File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,11 @@ methods, here are some links:
365365
366366## Version history##
367367
368+ ### version 2.2.2 ###
369+
370+ ** swarm** 2.2.2 fixes a bug causing Swarm to wait forever in very rare
371+ cases when multiple threads were used.
372+
368373### version 2.2.1 ###
369374
370375** swarm** 2.2.1 fixes a memory allocation bug for d=1.
Original file line number Diff line number Diff line change 11.\" ============================================================================
2- .TH swarm 1 "October 27 , 2017" "version 2.2.1 " "USER COMMANDS"
2+ .TH swarm 1 "December 12 , 2017" "version 2.2.2 " "USER COMMANDS"
33.\" ============================================================================
44.SH NAME
55swarm \(em find clusters of nearly-identical nucleotide amplicons
@@ -389,6 +389,10 @@ New features and important modifications of \fBswarm\fR (short lived
389389or minor bug releases are not mentioned):
390390.RS
391391.TP
392+ .BR v2.2.2\~ " released December 12, 2017"
393+ Version 2.2.2 fixes a bug that would cause Swarm to wait forever in
394+ very rare cases when multiple threads were used.
395+ .TP
392396.BR v2.2.1\~ " released October 27, 2017"
393397Version 2.2.1 fixes a memory allocation bug for \fI d \fR = 1 and
394398duplicated sequences.
Original file line number Diff line number Diff line change 5454#define LINE_MAX 2048
5555#endif
5656
57- #define SWARM_VERSION "2.2.1 "
57+ #define SWARM_VERSION "2.2.2 "
5858#define WIDTH 32
5959#define WIDTH_SHIFT 5
6060#define BLOCKWIDTH 32
You can’t perform that action at this time.
0 commit comments