From 326aff802fa1c71cf11813f79cc4bdc1c6e2583b Mon Sep 17 00:00:00 2001 From: Eduardo Eyras <eae@sanger.ac.uk> Date: Tue, 29 Oct 2002 16:13:44 +0000 Subject: [PATCH] DNA -> dna in moltype() --- modules/Bio/EnsEMBL/Slice.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Slice.pm b/modules/Bio/EnsEMBL/Slice.pm index 4a43e5150a..01f52244f2 100644 --- a/modules/Bio/EnsEMBL/Slice.pm +++ b/modules/Bio/EnsEMBL/Slice.pm @@ -1162,7 +1162,7 @@ sub desc{ sub moltype { my $self = shift; - return 'DNA'; + return 'dna'; } =head2 accession_number -- GitLab