Skip to content

Releases: rrwick/Assembly-Dereplicator

Assembly Dereplicator v0.3.2

17 Aug 02:52

Choose a tag to compare

This release adds a new dereplication target: --fraction. Thanks to @mbhall88 for the idea and his help coding it!

Assembly Dereplicator v0.3.1

04 May 00:31

Choose a tag to compare

This version fixes a bug: mash sketch could result in an 'Argument list too long' error if there were a lot (tens of thousands) of input genomes. Assembly Dereplicator now runs mash sketch with a FOFN input to avoid this problem.

Also, the minimum required version of Python increased from 3.6 to 3.8.

Assembly Dereplicator v0.3.0

15 Dec 04:54

Choose a tag to compare

This version changes the dereplication algorithm. Instead of a using single-linkage clustering, it now progressively removes one assembly from the closest pair until the target dereplication is complete. This allows for dereplication to either a distance threshold or a defined number of genomes. See the README for more info.

If you'd like to use the old single-linkage clustering approach, that's in the last release: v0.1.1.

Assembly Dereplicator v0.1.1

09 Dec 01:32

Choose a tag to compare

This release contains two small changes:

  • The addition of a --verbose option
  • A high default value for --batch_size to effectively turn off batching by default

Assembly Dereplicator v0.1.0

11 Aug 09:36

Choose a tag to compare