Skip to content
Snippets Groups Projects
Commit 8283c509 authored by Cats's avatar Cats
Browse files

fix missing backslash

parent 943f9541
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ task GRIDSS {
~{"--jvmheap " + jvmHeapSizeGb + "G"} \
--label ~{normalLabel}~{true="," false="" defined(normalLabel)}~{tumorLabel} \
~{"--blacklist " + blacklistBed} \
~{"--repeatmaskerbed " + repeatmaskerBed}
~{"--repeatmaskerbed " + repeatmaskerBed} \
~{normalBam} \
~{tumorBam}
tabix -p vcf ~{outputPrefix}.vcf.gz
......
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