Skip to content
Snippets Groups Projects

Containerize tasks for RNA-seq

Merged Ruben Vorderman requested to merge BIOWDL-208 into develop

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Ruben Vorderman
  • 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
    Please register or sign in to reply
    Loading