浏览代码

alter annotation db

master
YaqingLiu 3 年前
父节点
当前提交
3331eec31e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/annovar.wdl

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

@@ -20,8 +20,8 @@ task annovar {
/installations/annovar/table_annovar.pl ${basename}.PASS.vcf \
${annovar_database} -buildver ${hg} \
-out ${basename} -remove \
-protocol exac03,gnomad211_exome,cosmic92_coding,cosmic92_noncoding \
-operation f,f,f,f \
-protocol refGene,ensGene,knownGene,cytoBand,genomicSuperDups,esp6500siv2_all,ALL.sites.2015_08,AFR.sites.2015_08,AMR.sites.2015_08,EAS.sites.2015_08,EUR.sites.2015_08,SAS.sites.2015_08,avsnp147,dbnsfp33a,clinvar_20210501,gnomad_genome,dbscsnv11,dbnsfp31a_interpro \
-operation g,g,g,r,r,f,f,f,f,f,f,f,f,f,f,f,f,f \
-nastring . -vcfinput -thread $nt
fi

正在加载...
取消
保存