Skip to content

Commit

Permalink
Swarm 2.1.12: Remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Jan 16, 2017
1 parent 9db1684 commit dad2041
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,11 @@ methods, here are some links:
<a name="history"/>
## Version history##

<a name="version2112"/>
### version 2.1.12 ###

**swarm** 2.1.12 removes a debugging message.

<a name="version2111"/>
### version 2.1.11 ###

Expand Down
5 changes: 4 additions & 1 deletion man/swarm.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" ============================================================================
.TH swarm 1 "January 16, 2017" "version 2.1.11" "USER COMMANDS"
.TH swarm 1 "January 16, 2017" "version 2.1.12" "USER COMMANDS"
.\" ============================================================================
.SH NAME
swarm \(em find clusters of nearly-identical nucleotide amplicons
Expand Down Expand Up @@ -344,6 +344,9 @@ New features and important modifications of \fBswarm\fR (short lived
or minor bug releases are not mentioned):
.RS
.TP
.BR v2.1.12\~ "released January 16, 2017"
Version 2.1.12 removes a debugging message.
.TP
.BR v2.1.11\~ "released January 16, 2017"
Version 2.1.11 fixes two bugs related to the SIMD implementation
of alignment that might result in incorrect alignments and scores.
Expand Down
Binary file modified man/swarm_manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/algo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void algo_run()

for(unsigned long t=0; t<targetcount; t++)
{
#if 1
#if 0
printf("seed: %lu target: %lu score: %lu "
"diffs: %lu alignlen: %lu bits: %lu\n",
seedampliconid,
Expand Down
2 changes: 1 addition & 1 deletion src/swarm.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define LINE_MAX 2048
#endif

#define SWARM_VERSION "2.1.11"
#define SWARM_VERSION "2.1.12"
#define WIDTH 32
#define WIDTH_SHIFT 5
#define BLOCKWIDTH 32
Expand Down

0 comments on commit dad2041

Please sign in to comment.