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

use the HTG (High Throughput Genome) division instead of PLN (Plants)

parent 3d30965f
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,11 @@ sub dump_embl {
';
#ID and moltype
my $VALUE = "$id ENSEMBL; DNA; PLN; $len BP.";
# HTG = High Throughput Genome division, probably most suitable
# and it would be hard to come up with another appropriate division
# that worked for all organisms (e.g. plants are in PLN but human is
# in HUM).
my $VALUE = "$id ENSEMBL; DNA; HTG; $len BP.";
$self->write($FH, $EMBL_HEADER, 'ID', $VALUE);
print $FH "XX\n";
......
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