Containerize tasks for RNA-seq
Merge request reports
Activity
Please register or sign in to reply
2 | 2 | |
3 | 3 | task MultiQC { |
4 | 4 | input { |
5 | String? preCommand | |
6 | File analysisDirectory | |
5 | String dockerTag = "1.7--py_1" | |
6 | # Use a string here so cromwell does not relocate an entire analysis directory | |
7 | String analysisDirectory | |
|
2 | 2 | |
3 | 3 | task MultiQC { |
4 | 4 | input { |
5 | String? preCommand | |
6 | File analysisDirectory | |
5 | String dockerTag = "1.7--py_1" | |
6 | # Use a string here so cromwell does not relocate an entire analysis directory | |
7 | String analysisDirectory | |
|