Skip to content

Commit fc4fc3d

Browse files
committed
Swarm 2.2.2: Fix endless wait in rare cases with multiple threads
1 parent 436a77c commit fc4fc3d

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

man/swarm.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
swarm \(em find clusters of nearly-identical nucleotide amplicons
@@ -389,6 +389,10 @@ New features and important modifications of \fBswarm\fR (short lived
389389
or 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"
393397
Version 2.2.1 fixes a memory allocation bug for \fId\fR = 1 and
394398
duplicated sequences.

man/swarm_manual.pdf

202 Bytes
Binary file not shown.

src/swarm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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

0 commit comments

Comments
 (0)