Skip to content

Commit

Permalink
change default availability if requires install or might be slow
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Jul 9, 2015
1 parent 5f6b43f commit a2f156d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ my $VEP_PLUGIN_CONFIG = {
{
"key" => "dbNSFP",
"label" => "dbNSFP",
"available" => 1,
"available" => 0,
"enabled" => 0,
"section" => "Pathogenicity predictions",
"helptip" => "dbNSFP provides pathogenicity predictions for missense variants from various algorithms",
Expand Down Expand Up @@ -259,7 +259,7 @@ my $VEP_PLUGIN_CONFIG = {
{
"key" => "Condel",
"helptip" => "Calculates the Consensus Deleteriousness (Condel) score for a missense mutation based on the pre-calculated SIFT and PolyPhen scores",
"available" => 1,
"available" => 0,
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/Condel.pm",
Expand Down Expand Up @@ -290,7 +290,7 @@ my $VEP_PLUGIN_CONFIG = {
# Requires LoFtool_scores.txt file as first param (available in VEP_plugins GitHub repo)
{
"key" => "LoF",
"helptip" => "Identify LoF (loss-of-function) variation",
"helptip" => "LOFTEE identifies LoF (loss-of-function) variation",
"available" => 0,
"enabled" => 0,
"section" => "Pathogenicity predictions",
Expand All @@ -307,7 +307,7 @@ my $VEP_PLUGIN_CONFIG = {
{
"key" => "LoFtool",
"helptip" => "Provides a rank of genic intolerance and consequent susceptibility to disease based on the ratio of Loss-of-function (LoF) to synonymous mutations",
"available" => 1,
"available" => 0,
"enabled" => 0,
"section" => "Pathogenicity predictions",
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/LoFtool.pm",
Expand Down Expand Up @@ -414,7 +414,7 @@ my $VEP_PLUGIN_CONFIG = {
{
"key" => "ExAC",
"helptip" => "Reports allele frequencies from the Exome Aggregation Consortium",
"available" => 1,
"available" => 0,
"enabled" => 0,
"plugin_url" => "https://raw.githubusercontent.com/ensembl-variation/VEP_plugins/master/ExAC.pm",
"section" => "Variant data",
Expand Down

0 comments on commit a2f156d

Please sign in to comment.