Skip to content

Commit

Permalink
CompAIRR 1.5.0: Add -u option to ignore sequences with unknown symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Nov 22, 2021
1 parent 2396399 commit 029c2ed
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.4.1"
#define PROG_VERSION "1.5.0"
#define PROG_BRIEF "Comparison of Adaptive Immune Receptor Repertoires"

const unsigned int MAX_THREADS = 256;
Expand Down

0 comments on commit 029c2ed

Please sign in to comment.