Skip to content

Commit

Permalink
Merge pull request #990 from dglemos/outputfactory_numberify_104
Browse files Browse the repository at this point in the history
OutputFactory json - do not convert gene symbol to integer (104)
  • Loading branch information
at7 authored May 20, 2021
2 parents 09140ac + 30f7cb9 commit f40c2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use warnings;
use base qw(Exporter);

our $VEP_VERSION = 104;
our $VEP_SUB_VERSION = 1;
our $VEP_SUB_VERSION = 2;

our @EXPORT_OK = qw(
@FLAG_FIELDS
Expand Down
1 change: 1 addition & 0 deletions modules/Bio/EnsEMBL/VEP/OutputFactory/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ my %NUMBERIFY_EXEMPT = (
'gene_id' => 1,
'gene_symbol' => 1,
'transcript_id' => 1,
'SYMBOL' => 1, # 'SYMBOL' is the gene symbol from SpliceAI plugin
);

my @LIST_FIELDS = qw(
Expand Down

0 comments on commit f40c2a2

Please sign in to comment.