Skip to content

Commit

Permalink
CompAIRR 1.6.1: Fix segfault with d=3 and very short sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Feb 4, 2022
1 parent a504188 commit 4ae011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compairr.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static_assert(INT_MAX > 32767, "Your compiler uses very short integers.");

#define PROG_CMD "compairr"
#define PROG_NAME "CompAIRR"
#define PROG_VERSION "1.6.0"
#define PROG_VERSION "1.6.1"
#define PROG_BRIEF "Comparison of Adaptive Immune Receptor Repertoires"

const unsigned int MAX_THREADS = 256;
Expand Down

0 comments on commit 4ae011c

Please sign in to comment.