Skip to content

Releases: torognes/swarm

Swarm 2.2.0

17 Oct 12:40

Choose a tag to compare

Version 2.2.0 fixes several problems and improves usability. Corrected output to structure and uclust files when using fastidious mode. Corrected abundance output in some cases. Added check for duplicated sequences and fixed check for duplicated sequence IDs. Checks for empty sequences. Sorts sequences by additional fields to improve stability. Improves compatibility with compilers and operating systems. Outputs sequences in upper case. Allows 64-bit abundances. Shows message when waiting for input from stdin. Improves error messages and warnings. Improves checking of command line options. Fixes remaining errors reported by test suite. Updates documentation.

Swarm 2.1.13

08 Mar 12:37

Choose a tag to compare

Fix bug with progress bar when writing seeds.

Swarm 2.1.12: Remove debugging message

16 Jan 15:57

Choose a tag to compare

Remove a debugging message

Swarm 2.1.11: Fix bugs with SIMD alignment when d>1

16 Jan 15:43

Choose a tag to compare

Version 2.1.11 fixes two bugs (issue #96) related to the SIMD implementation of alignment that might result in incorrect alignments and scores. The bug only applies when d>1.

Swarm 2.1.10

22 Dec 21:34

Choose a tag to compare

Swarm version 2.1.10 fixes two bugs related to gap penalties of alignments. The first bug may lead to wrong alignments and similarity percentages reported in UCLUST (.uc) files. The second bug makes Swarm use a slightly higher gap extension penalty than specified. The default gap extension penalty used have actually been 4.5 instead of 4.

Swarm 2.1.9

06 Jul 09:57

Choose a tag to compare

Fix compilation errors with GCC version 6.

SWARM 2.1.8

11 Mar 15:20

Choose a tag to compare

Fix rare bug with extremely short non-dereplicated sequences.
Do not show alignment parameters for d=1.

SWARM 2.1.7

24 Feb 18:10

Choose a tag to compare

Fix error with seed output. Ignore CR in FASTA files. Improved help and error messsages. And more.

SWARM 2.1.6

14 Dec 10:03

Choose a tag to compare

Swarm 2.1.6 fixes problems with older compilers that do not have the x86intrin.h header file. It also fixes a bug in the output of seeds with the -w option when d>1.

SWARM 2.1.5

08 Sep 12:36

Choose a tag to compare

Swarm 2.1.5 fixes minor bugs.