Browse Source

Update: 1000g2015aug db

master
YaqingLiu 3 years ago
parent
commit
1823f0ed01
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      tasks/annovar.wdl

+ 4
- 2
tasks/annovar.wdl View File

@@ -20,11 +20,13 @@ task annovar {
/installations/annovar/table_annovar.pl ${basename}.PASS.vcf \
${annovar_database} -buildver ${hg} \
-out ${basename} -remove \
-protocol refGene,ensGene,knownGene,rmsk,esp6500siv2_all,1000g2015aug,avsnp147,dbnsfp33a,clinvar_20210501,gnomad_genome,dbscsnv11,dbnsfp31a_interpro \
-protocol refGene,ensGene,knownGene,rmsk,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,f,f,f,f,f,f,f,f \
-nastring . -vcfinput -thread $nt
fi

# 1000g2015aug contains 6 datasets: ALL.sites.2015_08,AFR.sites.2015_08,AMR.sites.2015_08,EAS.sites.2015_08,EUR.sites.2015_08,SAS.sites.2015_08

#-protocol refGene,cytoBand,genomicSuperDups,ljb26_all,dbnsfp35c,intervar_20180118,cosmic70,exac03,gnomad211_exome,clinvar_20210501 \
#-operation g,r,r,f,f,f,f,f,f,f \


Loading…
Cancel
Save