Selaa lähdekoodia

first commit

master
YaqingLiu 5 vuotta sitten
vanhempi
commit
45897425fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tasks/bcftools.wdl

+ 1
- 1
tasks/bcftools.wdl Näytä tiedosto

@@ -19,7 +19,7 @@ task bcftools {
bcftools view ${pon_vcf2} -Oz -o /cromwell_root/tmp/bcftools/$(basename ${pon_vcf1}.gz)
bcftools view ${pon_vcf3} -Oz -o /cromwell_root/tmp/bcftools/$(basename ${pon_vcf1}.gz)
cd /cromwell_root/tmp/bcftools
for i in ${sep=" " *.vcf.gz}
for i in `ls *.gz`
do
bcftools index $i
done

Loading…
Peruuta
Tallenna