Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit b3e9729

Browse files
committed
Revert "Already compressed and indexed"
This reverts commit 94a513a.
1 parent 94a513a commit b3e9729

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/analysisWGS.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,10 @@ do_parallel[cgpFlagCaVEMan]="cgpFlagCaVEMan.pl \
396396
echo "Starting Parallel block 5: `date`"
397397
run_parallel do_parallel
398398

399+
# compress and index flagged caveman
400+
bgzip $OUTPUT_DIR/${PROTOCOL}_${NAME_MT}_vs_${NAME_WT}/caveman/${NAME_MT}_vs_${NAME_WT}.flagged.muts.vcf
401+
tabix -p vcf $OUTPUT_DIR/${PROTOCOL}_${NAME_MT}_vs_${NAME_WT}/caveman/${NAME_MT}_vs_${NAME_WT}.flagged.muts.vcf.gz
402+
399403
# unset and redeclare the parallel array ready for next block
400404
unset do_parallel
401405
declare -A do_parallel

0 commit comments

Comments
 (0)