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

request dict

parent 2ab6daa9
No related branches found
No related tags found
1 merge request!62Add bamstats
......@@ -14,6 +14,7 @@ task Generate {
Boolean tsvOutputs = false
String outputDir
File? reference
File? referenceDict
Int memory = 4
Float memoryMultiplier = 2.0
}
......@@ -32,7 +33,7 @@ task Generate {
~{"--reference " + reference} \
~{true="--onlyUnmapped" false="" onlyUnmapped} \
~{true="--scatterMode" false="" scatterMode} \
~{true="--tsvOutputs" false="" tsvOutputs}
~{true="--tsvOutputs" false="" tsvOutputs} \
--outputDir ~{outputDir}
}
......
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