New release for read trimming and minor updates 🥳
Reads can now be trimmed by a fixed number of bases from the start (--trim-start/-S
) and end (--trim-end/-E
) [#36]
nanoq -i test.fq -S 100 -E 100 > trim.fq
Read lengths (--read-lengths/-L
) and qualities (--read-qualities/-Q
) of pass reads can be written to file [#33]
nanoq -i test.fq -Q qual.txt -L len.txt
Other: