Skip to content

Commit a6786e4

Browse files
dglemoslikhitha-surapaneni
authored andcommitted
Fix other update
1 parent bfac10d commit a6786e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Bio/EnsEMBL/VEP/OutputFactory.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ sub BaseTranscriptVariationAllele_to_output_hash {
13871387
# basics
13881388
$hash->{Feature_type} = 'Transcript';
13891389
$hash->{Feature} = $tr->stable_id if $tr;
1390-
$hash->{Feature} .= '.'.$tr->version if $hash->{Feature} && $self->{transcript_version} && $hash->{Feature} !~ /\.\d+$/;
1390+
$hash->{Feature} .= '.'.$tr->version if $hash->{Feature} && $self->{transcript_version} && $tr->version && $hash->{Feature} !~ /\.\d+$/;
13911391

13921392
# get gene
13931393
$hash->{Gene} = $tr->{_gene_stable_id};

0 commit comments

Comments
 (0)