Skip to content

Commit

Permalink
Quick fix to modify wanrings
Browse files Browse the repository at this point in the history
  • Loading branch information
likhitha-surapaneni committed Aug 8, 2024
1 parent e06699f commit 4c2f1d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/Bio/EnsEMBL/VEP/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -705,11 +705,6 @@ sub new {
$config->{cache} = 1;
}

# throw a warning for GENCODE basic if assembly is not GRCh38
if (defined($config->{'gencode_basic'}) && $config->{'gencode_basic'} && defined($config->{'assembly'}) && lc($config->{'assembly'}) ne 'grch38') {
printf("WARNING: --gencode_basic option is currently only available for human on the GRCh38 assembly\n");
}

# throw a warning for GENCODE primary if assembly is not GRCh38
if (defined($config->{'gencode_primary'}) && $config->{'gencode_primary'} && defined($config->{'assembly'}) && lc($config->{'assembly'}) ne 'grch38') {
printf("WARNING: --gencode_primary option is currently only available for human on the GRCh38 assembly\n");
Expand Down

0 comments on commit 4c2f1d7

Please sign in to comment.