Browse Source

first commit

master
YaqingLiu 5 years ago
parent
commit
45897425fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/bcftools.wdl

+ 1
- 1
tasks/bcftools.wdl View File

@@ -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…
Cancel
Save