Skip to content

Commit

Permalink
Update to 1.0 and add mention of quaqcr
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmt committed Jun 10, 2024
1 parent 4352ab2 commit 0c4c923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ report [here](./test/reads.quaqc.txt).
Note that quaqc can also save the final reads passing all filters to a new BAM
file via the `-S/--keep` flag. (This will increase the runtime.)

## quaqcr

For those who prefer to analyze their data with R, a companion package
[`quaqcr`](https://github.com/bjmt/quaqcr) is available. This package contains
functions for both executing quaqc from within R as well as analyzing all of
its outputs made available when outputting the results in JSON format. See
the README for a detailed tutorial.

## Help

Please open an [issue](https://github.com/bjmt/quaqc/issues) on GitHub.
Expand Down
2 changes: 1 addition & 1 deletion src/quaqc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <time.h>
#include "htslib/hts.h"

#define QUAQC_VERSION "0.1"
#define QUAQC_VERSION "1.0"
#define QUAQC_YEAR "2024"

// Command line defaults ------------------------------------------------------------
Expand Down

0 comments on commit 0c4c923

Please sign in to comment.