Closed dshivak closed 6 years ago
For some downstream tools that don't tolerate any Ns in the sequence, can we exclude all N-containing sequences via --max_n 0? Currently this complains that max_n must be between 1 and 100.
--max_n 0
I have tried to change this here: 5f73283e2a1e45ee95e34dfe66df6770c9cf867a. Hope it works!
For some downstream tools that don't tolerate any Ns in the sequence, can we exclude all N-containing sequences via
--max_n 0
? Currently this complains that max_n must be between 1 and 100.