Skip to content
Snippets Groups Projects
Commit a36e8591 authored by Andy Yates's avatar Andy Yates
Browse files

[ENSCORESW-735]. Supress ID for SimpleFeatures.

The ID for simple features seem to be poorly defined and repetitive. Better
to supress for the sake of GFF3.
parent 3bcf06f7
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ sub summary_as_hash {
$hash->{score} = $self->score() if $self->score();
$hash->{'external_name'} = $self->display_label() if $self->display_label();
$hash->{'logic_name'} = $self->analysis->logic_name();
delete $hash-{ID};
return $hash;
}
......
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