Skip to content

Releases: refresh-bio/vclust

v1.3.0: Add the deduplicate command; improve verbosity; add more tests

20 Dec 13:14
7dcf7eb
Compare
Choose a tag to compare

v1.2.9: Multiple improvements

27 Nov 13:15
0eb1211
Compare
Choose a tag to compare
  • Improved support of patterns shared by large number of samples ('bubbles') at prefilter stage,
  • Better progress reporting at align stage,
  • Removed --bin* options in vclust.py

v1.2.8: PyPi installation

22 Oct 21:40
e60a35a
Compare
Choose a tag to compare
  • PyPi installation,
  • Set default --min-kmers to 20.

v1.2.7: Added mode` info` for veryfying availability of submodules binaries.

16 Oct 07:03
ffd55f8
Compare
Choose a tag to compare
Added mode `info` for veryfying availability of submodules binaries.

Co-authored-by: aziele <a.zielezinski@gmail.com>

v1.2.6: Improved `align` stage

14 Oct 16:30
Compare
Choose a tag to compare
  • Improved time and memory-efficiency of the align step.
  • Leiden algorithm included in the pre-compiled macOS binaries.
  • Documentation update (Wiki).

v1.2.3: Sampling options added, improved`cluster` stage

07 Oct 13:34
06864df
Compare
Choose a tag to compare
  • Sampling options added.
  • Lower memory requirements of cluster stage.

v1.1.1: Optional output alignments

23 Sep 13:01
Compare
Choose a tag to compare

v1.0.4: Bugfixes in Clusty and Kmer-db submodules

20 Aug 21:05
Compare
Choose a tag to compare

v1.0.3: Bugfix for large data given as one batch

11 Jul 19:47
Compare
Choose a tag to compare

Fixed:

  • For large datasets given as one batch (default), one of vclust components was executed in memory-consuming mode. Now, this is fixed, which should significantly reduce RAM usage.

v1.0.2: Improved error handling

11 Jul 16:14
e8d98a2
Compare
Choose a tag to compare
  • Improved error handling in main vclust script.