|
|
@@ -14,7 +14,7 @@ task annovar { |
|
|
|
set -o pipefail |
|
|
|
set -e |
|
|
|
nt=$(nproc) |
|
|
|
/installations/annovar/table_annovar.pl ${vcf} ${database} -buildver ${hg} -hgvs -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 |
|
|
|
/installations/annovar/table_annovar.pl ${vcf} ${database} -buildver ${hg} -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 { |