Skip to content
Snippets Groups Projects
Commit 404bf444 authored by Simon Potter's avatar Simon Potter
Browse files

couple of my's

parent 0cf393bf
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,9 @@ sub get_all_RepeatFeatures{
my ($self,@args) = @_;
@repeats = $self->repeat_adaptor->fetch_by_Slice($self);
my @repeats = $self->repeat_adaptor->fetch_by_Slice($self);
foreach $repeat ( @repeats ) {
foreach my $repeat ( @repeats ) {
$repeat->transform_location($self->start);
}
......
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