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

Removed unnecessary masking step in subseq. Masking was being run twice.

parent ea8fc340
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,6 @@ sub subseq {
# mask the dna
#
my $dna = $subsequence_slice->seq();
$subsequence_slice->_mask_features(\$dna,\@repeats,$soft_mask,$not_default_masking_cases);
return $dna;
}
......
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