Skip to content
Snippets Groups Projects
Commit cf4d7a14 authored by Andy Yates's avatar Andy Yates
Browse files

Trying something more spectacular to avoid this horrible truncation of the file

parent 5dfa1f1e
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ sub _convert_softmask_to_hardmask {
$line =~ s/dna_sm/dna_rm/;
}
else {
$line =~ tr/a-z/N/;
$line =~ tr/[acgtn]/N/;
}
print $hm_fh $line;
};
......
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