浏览代码

Update: annovar.wdl, remove ensGene and knownGene

tags/v0.1.2
YaqingLiu 4 年前
父节点
当前提交
96a3c5dc5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/annovar.wdl

+ 1
- 1
tasks/annovar.wdl 查看文件

@@ -13,7 +13,7 @@ task annovar {
set -o pipefail
set -e
nt=$(nproc)
/installations/annovar/table_annovar.pl ${vcf} ${database} -buildver hg38 -out ${annotated_vcf} -remove -protocol refGene,ensGene,knownGene,cytoBand,genomicSuperDups,ljb26_all,dbnsfp35c,intervar_20180118,cosmic70,exac03,gnomad211_exome,clinvar_20200316 -operation g,g,g,r,r,f,f,f,f,f,f,f -nastring . -vcfinput -thread $nt
/installations/annovar/table_annovar.pl ${vcf} ${database} -buildver hg38 -out ${annotated_vcf} -remove -protocol refGene,cytoBand,genomicSuperDups,ljb26_all,dbnsfp35c,intervar_20180118,cosmic70,exac03,gnomad211_exome,clinvar_20200316 -operation g,r,r,f,f,f,f,f,f,f -nastring . -vcfinput -thread $nt
>>>
runtime {

正在加载...
取消
保存