Skip to content
Snippets Groups Projects
Commit 42648ff8 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

count_by_Slice renamed to count_by_Slice_constraint to be more in keeping with...

count_by_Slice renamed to count_by_Slice_constraint to be more in keeping with existing naming patterns.
parent 7b262e67
No related branches found
No related tags found
No related merge requests found
......@@ -590,7 +590,7 @@ sub _create_feature_fast {
return $feature_type->new_fast($args);
}
=head2 count_by_Slice
=head2 count_by_Slice_constraint
Arg [0] : Bio::EnsEMBL::Slice
Arg [1] : Custom SQL constraint
......@@ -599,7 +599,7 @@ sub _create_feature_fast {
Returntype : Integer
=cut
sub count_by_Slice {
sub count_by_Slice_constraint {
my $self = shift;
my ($slice, $constraint) = @_;
my $count = 0;
......
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