Преглед изворни кода

delete vcf index in Haplotyper.wdl

tags/v0.3.0
Haonan917 пре 1 година
родитељ
комит
a6befeac92
1 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -3
      tasks/Haplotyper.wdl

+ 0
- 3
tasks/Haplotyper.wdl Прегледај датотеку

@@ -17,8 +17,6 @@ command <<<
--reads=${recaled_bam} \
--output_vcf=${sample}_hc.vcf \
--num_shards=$(nproc)

/opt/gatk-4.4/gatk IndexFeatureFile -I ${sample}_hc.vcf -O ${sample}_hc.vcf.idx
>>>
runtime {
@@ -30,7 +28,6 @@ command <<<

output {
File vcf = "${sample}_hc.vcf"
File vcf_idx = "${sample}_hc.vcf.idx"
}
}


Loading…
Откажи
Сачувај