Skip to content

Commit

Permalink
CompAIRR 1.6.0: Add support for d=3
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Jan 20, 2022
1 parent 6571898 commit 1a0a4eb
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.5.1"
#define PROG_VERSION "1.6.0"
#define PROG_BRIEF "Comparison of Adaptive Immune Receptor Repertoires"

const unsigned int MAX_THREADS = 256;
Expand Down

0 comments on commit 1a0a4eb

Please sign in to comment.