浏览代码

delete vcf index in Haplotyper.wdl

tags/v0.3.0
Haonan917 2 年前
父节点
当前提交
a6befeac92
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      tasks/Haplotyper.wdl

+ 0
- 3
tasks/Haplotyper.wdl 查看文件

--reads=${recaled_bam} \ --reads=${recaled_bam} \
--output_vcf=${sample}_hc.vcf \ --output_vcf=${sample}_hc.vcf \
--num_shards=$(nproc) --num_shards=$(nproc)

/opt/gatk-4.4/gatk IndexFeatureFile -I ${sample}_hc.vcf -O ${sample}_hc.vcf.idx
>>> >>>
runtime { runtime {


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



正在加载...
取消
保存