Skip to content
Snippets Groups Projects
Commit 06095746 authored by Matthew Laird's avatar Matthew Laird
Browse files

ENSCORESW-1834 - Fix source for source in summary_tp_hash for Transcript features

parent 558548cf
No related branches found
No related tags found
No related merge requests found
...@@ -3126,7 +3126,7 @@ sub summary_as_hash { ...@@ -3126,7 +3126,7 @@ sub summary_as_hash {
$summary_ref->{'logic_name'} = $self->analysis->logic_name(); $summary_ref->{'logic_name'} = $self->analysis->logic_name();
my $parent_gene = $self->get_Gene(); my $parent_gene = $self->get_Gene();
$summary_ref->{'Parent'} = $parent_gene->stable_id; $summary_ref->{'Parent'} = $parent_gene->stable_id;
$summary_ref->{'source'} = $parent_gene->source(); $summary_ref->{'source'} = $self->source();
$summary_ref->{'transcript_id'} = $summary_ref->{'id'}; $summary_ref->{'transcript_id'} = $summary_ref->{'id'};
## Specific attributes for merged species ## Specific attributes for merged species
......
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