Browse Source

first commit

master
YaqingLiu 5 years ago
parent
commit
40db40e6d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/bcftools1.wdl

+ 1
- 1
tasks/bcftools1.wdl View File

@@ -12,7 +12,7 @@ task bcftools {
set -e
if [ ${PONmode} ]; then
bcftools view ${bcfpon} -Oz -o $(basename ${bcfpon}).gz
bcftools view ${bcfpon} -Oz -o a.vcf.gz
else
echo 1
fi

Loading…
Cancel
Save