Skip to content

Commit

Permalink
CompAIRR 1.2.0: Optionally output matching sequence pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed Jun 18, 2021
1 parent 8b36a6d commit 0dd5ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ignored.
## Command line options

```
CompAIRR 1.1.0 - Comparison of Adaptive Immune Receptor Repertoires
CompAIRR 1.2.0 - Comparison of Adaptive Immune Receptor Repertoires
https://github.com/uio-bmi/compairr
Usage: compairr [OPTIONS] TSVFILE1 [TSVFILE2]
Expand Down Expand Up @@ -218,7 +218,7 @@ We run the following command:
Here is the output to the console:

```
CompAIRR 1.1.0 - Comparison of Adaptive Immune Receptor Repertoires
CompAIRR 1.2.0 - Comparison of Adaptive Immune Receptor Repertoires
https://github.com/uio-bmi/compairr
Start time: Fri Jun 18 13:31:25 CEST 2021
Expand Down
2 changes: 1 addition & 1 deletion src/compairr.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static_assert(INT_MAX > 32767, "Your compiler uses very short integers.");

#define PROG_CMD "compairr"
#define PROG_NAME "CompAIRR"
#define PROG_VERSION "1.1.0"
#define PROG_VERSION "1.2.0"
#define PROG_BRIEF "Comparison of Adaptive Immune Receptor Repertoires"

const unsigned int MAX_THREADS = 256;
Expand Down

0 comments on commit 0dd5ab9

Please sign in to comment.