Ver código fonte

fix bugs

master
LUYAO REN 5 anos atrás
pai
commit
7b4e219b72
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/merge.wdl

+ 1
- 1
tasks/merge.wdl Ver arquivo

@@ -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 {

Carregando…
Cancelar
Salvar