- Interleaved (collated) paired-end files were incompletely processed (pairs were recognized but not masked / removed).
- New option (
-s
) for declaring interleaved (collated) paired-end file input. In this mode when a read is identified as human the pair mate will also be masked whether or not it too is identified as human. Without this flag an interleaved (collated) paired-end input file will only have identified reads masked. - New option (
-u
) for user-defined removed-spots file (in combination with-r
).
- Added an md5 check with download of database
init_db.sh
will also check for and install updated database (with md5 check).- Test output includes the database version if available and not a custom installation.
- New option to set number of threads (
-p
).
- Added useful options and fixed path (thank you k-florek).