Browse Source

first commit

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

+ 1
- 1
tasks/bcftools1.wdl View File

@@ -26,6 +26,6 @@ task bcftools {
}
output {
File vcf1="$(basename ${bcfpon}.gz)"
File vcf1="a.vcf.gz"
}
}

Loading…
Cancel
Save