As far as I can tell from the code, and from some tests. When the command atropos trim removes adapters and filters sequences by length (say using --minimum-length) the sequences are first filtered by length and then adapters are removed. As a consequence there's sequences that might artificially pass the length filtering, because the adapter bases allow them to meet the minimum-length. Is this by design or is this a bug?
As far as I can tell from the code, and from some tests. When the command
atropos trim
removes adapters and filters sequences by length (say using--minimum-length
) the sequences are first filtered by length and then adapters are removed. As a consequence there's sequences that might artificially pass the length filtering, because the adapter bases allow them to meet theminimum-length
. Is this by design or is this a bug?