- Change default mode (without
--plasmid
) to classifying all reads that carry ARGs.
- Use total bitscores per cluster for determining final HSPs. This help reduce false positives in certain cases.
- Switch from
dok_matrix
tocoo_matrix
for speed.
- Make database size checking more flexible.
- Reduce peak memory usage.
- Fix a bug causing all reads not being classified when
--plasmid
is not given.
- Add option
--plasmid
for controlling whether plasmid reads should be classified. - Reduce plasmid detection cutoff from 0.9 to 0.5.
- Increase max overlap identity filtering cutoff from 0.01 to 0.05.
- First release.