Skip to content
Snippets Groups Projects
Unverified Commit 64d24abf authored by Peter van 't Hof's avatar Peter van 't Hof Committed by GitHub
Browse files

Update sampleconfig.wdl

parent e01a682c
No related branches found
No related tags found
1 merge request!64Added CaseControl tool
......@@ -103,14 +103,14 @@ task CaseControl {
mkdir -p $(dirname ~{outputPath})
~{toolCommand} CromwellArrays \
-i ~{sep="-i " inputFiles} \
-s ~{sep="-s " inputFiles} \
-s ~{sep="-s " sampleConfigs} \
~{"-o " + outputPath} \
~{"--controlTag " + controlTag}
}
output {
File outputFile = outputPath
Array[CaseControl] controls = read_json(outputFile)
Array[CaseControl] caseControls = read_json(outputFile)
}
runtime {
......
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