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

Tidied up detritus left by removing duplicate masking step.

parent 43883eb2
No related branches found
No related tags found
No related merge requests found
......@@ -296,10 +296,9 @@ sub subseq {
}
#
# mask the dna
# No need to mask sequence, seq() already does it for the new subsequence_slice
#
my $dna = $subsequence_slice->seq();
return $dna;
return $subsequence_slice->seq();
}
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