You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the input fasta file is not wrapped (ie 80 chars per line), the read simulation just hangs but doesn't give an error message..? Assuming this happens for everyone, not just me, would be good to include a quick fasta check and an exit with message if the fasta entry is not wrapped.
Solution: wrap your fasta input file using eg. seqtk seq -l80 input.fasta
The text was updated successfully, but these errors were encountered:
When the input fasta file is not wrapped (ie 80 chars per line), the read simulation just hangs but doesn't give an error message..? Assuming this happens for everyone, not just me, would be good to include a quick fasta check and an exit with message if the fasta entry is not wrapped.
Solution: wrap your fasta input file using eg.
seqtk seq -l80 input.fasta
The text was updated successfully, but these errors were encountered: