Skip to content
Snippets Groups Projects
Commit ec94db48 authored by Graham McVicker's avatar Graham McVicker
Browse files

Transcript coding_start and coding_end should be flushed after transformation

parent 1705ec4a
No related branches found
No related tags found
No related merge requests found
......@@ -1661,6 +1661,8 @@ sub transform {
$self->{'_end'} = undef;
$self->{'_strand'} = undef;
$self->{'_exon_coord_mapper'} = undef;
$self->{'coding_start'} = undef;
$self->{'coding_end'} = undef;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment