Skip to content

Commit

Permalink
add plugin config entry for REVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Dec 21, 2017
1 parent 317894e commit 948320e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions plugin_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,24 @@ my $VEP_PLUGIN_CONFIG = {
]
},

# REVEL
# Requires data file processed from revel_all_chromosomes.csv.zip
{
"key" => "REVEL",
"helptip" => "An ensemble method for predicting the pathogenicity of rare missense variants",
"available" => 0,
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/91/REVEL.pm",
"requires_data" => 1,
"species" => [
"homo_sapiens"
],
"params" => [
# "/path/to/revel_all_chromosomes.tsv.gz"
]
},



## SPLICING PREDICTIONS
Expand Down

0 comments on commit 948320e

Please sign in to comment.