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

more slight embl dumping changes

parent 5e5a7883
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ sub add_ensembl_comments {
$aseq->annotation->add_Comment($comment);
$comment = Bio::Annotation::Comment->new();
$comment->text("The /gene indicates a unique id for a gene, /cds a unique id for a translation and a /exon a unique id for an exon. These ids are maintained wherever possible between versions. For more information on how to interpret the feature table, please visit http://www.ensembl.org/Docs/embl.html.");
$comment->text("The /gene indicates a unique id for a gene, /cds a unique id for a translation and a /exon a unique id for an exon. These ids are maintained wherever possible between versions.");
$aseq->annotation->add_Comment($comment);
......
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