Skip to content

Commit

Permalink
add requires_* entries
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Jul 9, 2015
1 parent 028fd83 commit f246f3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugin_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ my $VEP_PLUGIN_CONFIG = {
"section" => "Pathogenicity predictions",
"helptip" => "dbNSFP provides pathogenicity predictions for missense variants from various algorithms",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/dbNSFP.pm",
"requires_data" => 1,
"requires_install" => 1,
"params" => [
#"/path/to/dbNSFP3.0b1a.txt.gz",
"@*"
Expand Down Expand Up @@ -170,6 +172,7 @@ my $VEP_PLUGIN_CONFIG = {
"section" => "Pathogenicity predictions",
"helptip" => "Combined Annotation Dependent Depletion (CADD) is a tool for scoring the deleteriousness of single nucleotide variants and insertion/deletion variants in the human genome. CADD integrates multiple annotations into one metric by contrasting variants that survived natural selection with simulated mutations.",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/CADD.pm",
"requires_data" => 1,
"species" => [
"homo_sapiens"
],
Expand All @@ -190,6 +193,7 @@ my $VEP_PLUGIN_CONFIG = {
"section" => "Pathogenicity predictions",
"helptip" => "Retrieves precomputed Genome Wide Annotation of VAriants (GWAVA) scores for any variant that overlaps a known variant from the Ensembl variation database",
"plugin_url" => "ftp://ftp.sanger.ac.uk/pub/resources/software/gwava/v1.0/VEP_plugin/Gwava.pm",
"requires_data" => 1,
"species" => [
"homo_sapiens"
],
Expand Down Expand Up @@ -222,6 +226,7 @@ my $VEP_PLUGIN_CONFIG = {
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/Carol.pm",
"requires_install" => 1,
"species" => [
"homo_sapiens"
],
Expand All @@ -239,6 +244,7 @@ my $VEP_PLUGIN_CONFIG = {
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/Condel.pm",
"requires_install" => 1,
"species" => [
"homo_sapiens"
],
Expand Down Expand Up @@ -270,6 +276,7 @@ my $VEP_PLUGIN_CONFIG = {
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/LoFtool.pm",
"requires_data" => 1,
"species" => [
"homo_sapiens"
],
Expand Down Expand Up @@ -375,6 +382,7 @@ my $VEP_PLUGIN_CONFIG = {
"available" => 1,
"enabled" => 0,
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/ExAC.pm",
"requires_data" => 1,
"species" => [
"homo_sapiens"
],
Expand Down

0 comments on commit f246f3d

Please sign in to comment.