annotate dwl_autom_from_wrapper.sh @ 3:714413403c9a draft default tip

Uploaded
author elixir-it
date Wed, 02 Oct 2019 04:32:16 -0400
parents ab0933ba7535
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
1 #/bin/bash
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
2 #bash script to download autamatically from the wrapper the database of annovar
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
3 echo start &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
4 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar gnomad_genome $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
5 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar exac03 $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
6 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar 1000g2015aug $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
7 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar avsnp150 $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
8 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar clinvar_20180603 $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
9 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar cosmic70 $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
10 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar dbnsfp33a $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
11 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar esp6500_all $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
12 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar kaviar_20150923 $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
13 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar knownGene $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
14 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar mitimpact2 $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
15 perl $CONDA_PREFIX/../../annovar/annotate_variation.pl -downdb -buildver hg19 -webfrom annovar refGene $CONDA_PREFIX/../../annovar/humandb &&
ab0933ba7535 Uploaded
elixir-it
parents:
diff changeset
16 echo end