Browse Source

fix bugs

master
LUYAO REN 5 years ago
parent
commit
7b4e219b72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/merge.wdl

+ 1
- 1
tasks/merge.wdl View File

@@ -9,7 +9,7 @@ task merge {
String disk_size
command <<<
bcftools concat -a ${snv_gzvcf_2} ${indel_gzvcf_2} > ${sample}.vcf
/opt/hall-lab/bcftools-1.9/bin/bcftools concat -a ${snv_gzvcf_2} ${indel_gzvcf_2} > ${sample}.vcf
>>>

runtime {

Loading…
Cancel
Save