We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141d77c commit 0465b0dCopy full SHA for 0465b0d
2 files changed
wdl/CNMOPS.wdl
@@ -291,9 +291,7 @@ task CNSampleNormal {
291
--evidence-file ~{bincov_matrix} \
292
-L ~{chr} \
293
-O ~{chr}.RD.txt
294
-
295
- tabix -f -0 -s1 -b2 -e2 ~{chr}.RD.txt
296
+
297
if [ ~{mode} == "normal" ]; then
298
mv ~{chr}.RD.txt ~{chr}.~{mode}.RD.txt
299
else
wdl/ResolveCpxSv.wdl
@@ -328,8 +328,6 @@ task ResolvePrep {
328
--evidence-file $GS_PATH_TO_DISC_FILE \
329
-L regions.bed \
330
-O ${SLICE}.PE.txt
331
332
- tabix -f -0 -s1 -b2 -e2 ${SLICE}.PE.txt
333
334
touch ${SLICE}.PE.txt
335
fi
0 commit comments