Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jltsiren committed May 11, 2018
1 parent ee2b723 commit aebc9b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ The implementation uses [Succinct Data Structures Library 2.0](https://github.co

See [the wiki](https://github.com/jltsiren/gbwt/wiki) for further documentation.

## References
## Citing GBWT

Jouni Sirén, Erik Garrison, Adam M. Novak, Benedict Paten, and Richard Durbin: **Haplotype-aware graph indexes**.
[arXiv:1805.03834](https://arxiv.org/abs/1805.03834), 2018.

## Other references

Richard Durbin: **Efficient haplotype matching and storage using the Positional Burrows-Wheeler Transform (PBWT)**.
Bioinformatics 30(9):1266-1272, 2014.
Expand Down
2 changes: 1 addition & 1 deletion include/gbwt/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ struct Version
static void print(std::ostream& out, const std::string& tool_name, bool verbose = false, size_type new_lines = 2);

const static size_type MAJOR_VERSION = 0;
const static size_type MINOR_VERSION = 3;
const static size_type MINOR_VERSION = 4;
const static size_type PATCH_VERSION = 0;

const static size_type GBWT_VERSION = 1;
Expand Down

0 comments on commit aebc9b0

Please sign in to comment.