Skip to content
Snippets Groups Projects
Commit 326aff80 authored by Eduardo Eyras's avatar Eduardo Eyras
Browse files

DNA -> dna in moltype()

parent 062e28ef
No related branches found
No related tags found
No related merge requests found
......@@ -1162,7 +1162,7 @@ sub desc{
sub moltype {
my $self = shift;
return 'DNA';
return 'dna';
}
=head2 accession_number
......
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