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

small fixes

parent 5511f245
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ task ApplyBQSR {
--static-quantized-quals 10 \
--static-quantized-quals 20 \
--static-quantized-quals 30 \
~{true="-L" false="" defined(sequenceGroupInterval)} ~{sep=" -L " select_first([sequenceGroupInterval], [])}
~{true="-L" false="" defined(sequenceGroupInterval)} ~{sep=" -L " select_first([sequenceGroupInterval, []])}
}
output {
......@@ -82,7 +82,7 @@ task BaseRecalibrator {
--use-original-qualities \
-O ~{recalibrationReportPath} \
--known-sites ~{sep=" --known-sites " knownIndelsSitesVCFsArg} \
~{true="-L" false="" defined(sequenceGroupInterval)} ~{sep=" -L " select_first([sequenceGroupInterval], [])}
~{true="-L" false="" defined(sequenceGroupInterval)} ~{sep=" -L " select_first([sequenceGroupInterval, []])}
}
output {
......
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