Skip to content
Snippets Groups Projects
Commit 1218a991 authored by Ewan Birney's avatar Ewan Birney
Browse files

added embl dumping things

parent d52b5ae7
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ sub id_EnsEMBL {
my $length = $annseq->seq->seq_len();
my $id = $annseq->embl_id();
return sprintf("%-9s standard; DNA; %s; %d BP.", $id, $division, $length );
return sprintf("%-9s ENSEMBL; DNA; %s; %d BP.", $id, $division, $length );
}
......
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