Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
cf4d7a14
Commit
cf4d7a14
authored
Jun 12, 2012
by
Andy Yates
Browse files
Trying something more spectacular to avoid this horrible truncation of the file
parent
5dfa1f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Pipeline/FASTA/DumpFile.pm
modules/Bio/EnsEMBL/Pipeline/FASTA/DumpFile.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Pipeline/FASTA/DumpFile.pm
View file @
cf4d7a14
...
...
@@ -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
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment