Skip to content
Snippets Groups Projects
Commit 5a4a9d15 authored by Cats's avatar Cats
Browse files

fix casecontrol command

parent 872e1467
No related branches found
No related tags found
1 merge request!67fix CaseControl and macs2 tasks
......@@ -103,8 +103,8 @@ task CaseControl {
~{preCommand}
mkdir -p $(dirname ~{outputPath})
~{toolCommand} CaseControl \
-i ~{sep="-i " inputFiles} \
-s ~{sep="-s " sampleConfigs} \
-i ~{sep=" -i " inputFiles} \
-s ~{sep=" -s " sampleConfigs} \
~{"-o " + outputPath} \
~{"--controlTag " + controlTag}
}
......
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