Skip to content

Commit

Permalink
add MTR to plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Dec 11, 2017
1 parent 3b8f8e3 commit 8b594a2
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 @@ -506,6 +506,24 @@ my $VEP_PLUGIN_CONFIG = {
]
},

# MTR
# Requires mtrflatfile_1.0.txt.gz data file from ftp://mtr-viewer.mdhs.unimelb.edu.au/pub
{
"key" => "MTR",
"helptip" => "MTR scores quantify the amount of purifying selection acting specifically on missense variants in a given window of protein-coding sequence",
"available" => 0,
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/91/MTR.pm",
"requires_data" => 1,
"species" => [
"homo_sapiens"
],
"params" => [
# "/path/to/mtrflatfile_1.0.txt.gz"
]
},



## SPLICING PREDICTIONS
Expand Down

0 comments on commit 8b594a2

Please sign in to comment.