瀏覽代碼

Update: VEP parameter

master
YaqingLiu 3 年之前
父節點
當前提交
063a2d5837
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      tasks/VEP.wdl

+ 2
- 1
tasks/VEP.wdl 查看文件

@@ -70,13 +70,14 @@ task VEP {
perl ${vep_path}/vep --format vcf --vcf \
--assembly ${ncbi_build} \
--species ${species} \
--everything --af_exac \
--offline \
--cache --dir_cache ${cache} \
--fasta ${ref_dir}/${fasta} \
--input_file ${basename}.PASS.vcf --output_file ${basename}.PASS.vep.vcf

# vcf2maf
perl ${vcf2maf_path}/vcf2maf.pl \
--inhibit-vep \

Loading…
取消
儲存