Sfoglia il codice sorgente

first commit

master
YaqingLiu 5 anni fa
parent
commit
1a2feca7f1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      tasks/bcftools.wdl

+ 1
- 0
tasks/bcftools.wdl Vedi File

@@ -22,6 +22,7 @@ task bcftools {
bcftools view ${pon_vcf3} -Oz -o /cromwell_root/tmp/bcftools/$(basename $pon_vcf3).gz
cd /cromwell_root/tmp/bcftools
ls
bcftools index *.vcf.gz

bcftools merge -m all -f PASS,. --force-samples *.vcf.gz |\

Loading…
Annulla
Salva