Skip to content

Commit

Permalink
Merging postreleasefix/89 to release/89
Browse files Browse the repository at this point in the history
* postreleasefix/89:
  subversion update
  add missing permitted transcript type
  • Loading branch information
William McLaren committed Jun 9, 2017
2 parents 35cbd5c + de3053e commit f6c7d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/Bio/EnsEMBL/VEP/AnnotationSource/File/GFF.pm
Expand Up @@ -80,6 +80,7 @@ my %INCLUDE_FEATURE_TYPES = map {$_ => 1} qw(
miRNA
miRNA_gene
mt_gene
nc_primary_transcript
NMD_transcript_variant
processed_pseudogene
processed_transcript
Expand Down
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/Constants.pm
Expand Up @@ -53,7 +53,7 @@ use warnings;
use base qw(Exporter);

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

our @EXPORT_OK = qw(
@FLAG_FIELDS
Expand Down

0 comments on commit f6c7d40

Please sign in to comment.