Skip to content
Snippets Groups Projects
Commit 46f4b01d authored by Web Admin's avatar Web Admin
Browse files

remove extra length function

parent 118cc245
No related branches found
No related tags found
No related merge requests found
......@@ -451,7 +451,7 @@ sub display_id {
=cut
sub seq_length {
sub length {
my $self = shift;
my $seq = $self->seq();
......@@ -546,9 +546,5 @@ sub get_all_DASFeatures{
return \%das_features;
}
sub length {
my $self = shift;
return 1 ;
}
1;
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