Skip to content

Releases: gui11aume/starcode

starcode-1.4

02 Nov 12:02
Compare
Choose a tag to compare
  • starcode-umi is now compatible with Python 3

starcode-1.3

18 Jul 11:47
Compare
Choose a tag to compare

New features:

  • Added support for UMI-tagged sequencing reads.
  • Updated message passing clustering algorithm. Decision is made on ambiguous cluster assignments and no sequences are dropped at the output.
  • Updated spheres clustering algorithm. Spheres is now less greedy and produces more meaningful results.
  • Improved performance of sequence-id output.
  • Message passing now supports -r1.
  • Fixed several bugs.

starcode-1.2-stable

11 Apr 09:07
Compare
Choose a tag to compare

New features:

  • Corrected bug in --print-clusters.

starcode-1.1-stable

06 Sep 07:53
Compare
Choose a tag to compare

New features:

  • New clustering method: connected components.
  • Sequence id output.
  • Bug fixes.

starcode v1.0

02 Dec 11:00
Compare
Choose a tag to compare

First starcode release (v1.0)

Features:

  • Exact all-pairs search using Levenshtein distance threshold.
  • Clustering using spheres or message passing.
  • Clustering of single or paired-end files.
  • Multithreading support.
  • Inputs supported: file or stdin.
  • Outputs supported: file or stdout.
  • Output formats: full cluster or non-redundant.