Skip to content

Releases: xinehc/argo

v0.1.3

15 Nov 13:12
Compare
Choose a tag to compare

Changed

  • Change default mode (without --plasmid) to classifying all reads that carry ARGs.

v0.1.2

11 Nov 06:50
Compare
Choose a tag to compare

Changed

  • Use total bitscores per cluster for determining final HSPs. This help reduce false positives in certain cases.
  • Switch from dok_matrix to coo_matrix for speed.

Fixed

  • Make database size checking more flexible.
  • Reduce peak memory usage.

v0.1.1

03 Sep 06:58
Compare
Choose a tag to compare

Fixed

  • Fix a bug causing all reads not being classified when --plasmid is not given.

v0.1.0

17 Aug 09:44
Compare
Choose a tag to compare

Added

  • 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.

v0.0.1

30 Jun 06:51
Compare
Choose a tag to compare

Added

  • First release.