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

forgotten backslash

parent 574bb470
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ task Dedup {
--stdin ~{inputBam} \
--stdout ~{outputBamPath} \
~{"--output-stats " + statsPrefix} \
~{"--umi-separator=" + umiSeparator}
~{"--umi-separator=" + umiSeparator} \
~{true="--paired" false="" paired}
samtools index ~{outputBamPath} ~{outputBamIndex}
}
......
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