Skip to content
Snippets Groups Projects
Commit d2297ad8 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Remove double 'my'.

parent fbb28278
No related branches found
No related tags found
No related merge requests found
......@@ -1016,7 +1016,7 @@ sub modify_translation {
# is used. I haven't been able to find out why. It has 10
# Selenocysteine seqedits that looks correct.
# /Andreas (release 59)
my @seqeds = sort { $b->{'start'} <=> $a->{'start'} } @seqeds;
@seqeds = sort { $b->{'start'} <=> $a->{'start'} } @seqeds;
# Apply all edits.
my $peptide = $seq->seq();
......
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