Skip to content

Commit

Permalink
remove cached data from VF
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Aug 22, 2017
1 parent b11761e commit e22c7a8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,9 @@ sub _init {

my $tr = $self->transcript;
my $vfs = $self->_variation_features;
delete $_->{_cds_mapping} for @$vfs;
foreach my $vf(@$vfs) {
delete $vf->{$_} for qw(_cds_mapping _cds_mapping_failed);
}

my $is_protein_coding = $tr->translation ? 1 : 0;

Expand Down

0 comments on commit e22c7a8

Please sign in to comment.