Explorar el Código

fix bugs

master
LUYAO REN hace 5 años
padre
commit
7b4e219b72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/merge.wdl

+ 1
- 1
tasks/merge.wdl Ver fichero

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

Cargando…
Cancelar
Guardar