Procházet zdrojové kódy

delete region annotation

master
LUYAO REN před 5 roky
rodič
revize
a08f21559a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/annovar.wdl

+ 1
- 1
tasks/annovar.wdl Zobrazit soubor

@@ -10,7 +10,7 @@ task annovar {

command <<<
nt=$(nproc)
/installations/annovar/table_annovar.pl ${vcf_file} ${database} -buildver hg38 -out ${sample} -remove -protocol refGene,ensGene,cytoBand,genomicSuperDups,ljb26_all,dbnsfp35c,intervar_20180118,cosmic70,exac03,gnomad30_genome,1000g2015aug_all,clinvar_20190305,gnomad211_genome -operation g,g,r,r,f,f,f,f,f,f,f,f,f -nastring . -vcfinput -thread $nt
/installations/annovar/table_annovar.pl ${vcf_file} ${database} -buildver hg38 -out ${sample} -remove -protocol refGene,ensGene,ljb26_all,dbnsfp35c,intervar_20180118,cosmic70,exac03,gnomad30_genome,1000g2015aug_all,clinvar_20190305,gnomad211_genome -operation g,g,f,f,f,f,f,f,f,f,f -nastring . -vcfinput -thread $nt
>>>

runtime {

Načítá se…
Zrušit
Uložit