Skip to content

Commit 0465b0d

Browse files
committed
Removed tabixing from places where outputs are not gzipped
1 parent 141d77c commit 0465b0d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

wdl/CNMOPS.wdl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,7 @@ task CNSampleNormal {
291291
--evidence-file ~{bincov_matrix} \
292292
-L ~{chr} \
293293
-O ~{chr}.RD.txt
294-
295-
tabix -f -0 -s1 -b2 -e2 ~{chr}.RD.txt
296-
294+
297295
if [ ~{mode} == "normal" ]; then
298296
mv ~{chr}.RD.txt ~{chr}.~{mode}.RD.txt
299297
else

wdl/ResolveCpxSv.wdl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ task ResolvePrep {
328328
--evidence-file $GS_PATH_TO_DISC_FILE \
329329
-L regions.bed \
330330
-O ${SLICE}.PE.txt
331-
332-
tabix -f -0 -s1 -b2 -e2 ${SLICE}.PE.txt
333331
else
334332
touch ${SLICE}.PE.txt
335333
fi

0 commit comments

Comments
 (0)