YaqingLiu il y a 4 ans
Parent
révision
03eb6c79a9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      tasks/annovar.wdl

+ 2
- 2
tasks/annovar.wdl Voir le fichier

@@ -1,5 +1,5 @@
task annovar {
File vcf
String annotated_vcf = basename(vcf,".vcf")
String hg
@@ -13,7 +13,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 hg38 -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
>>>
runtime {

Chargement…
Annuler
Enregistrer