LUYAO REN před 5 roky
rodič
revize
7b4e219b72
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/merge.wdl

+ 1
- 1
tasks/merge.wdl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit