Skip to content
Snippets Groups Projects
Commit 9ffedd27 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add dependencies

parent 41e12e5f
No related branches found
No related tags found
1 merge request!75Add multiqc
...@@ -4,6 +4,7 @@ task MultiQC { ...@@ -4,6 +4,7 @@ task MultiQC {
input { input {
String? preCommand String? preCommand
File analysisDirectory File analysisDirectory
Array[File] dependencies # This must be used in order to run multiqc after these tasks.
Boolean force = false Boolean force = false
Boolean dirs = false Boolean dirs = false
Int? dirsDepth Int? dirsDepth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment