Skip to content

Commit

Permalink
Merge pull request #11 from dib-lab/add-citation
Browse files Browse the repository at this point in the history
Add citation
  • Loading branch information
shokrof authored Oct 1, 2023
2 parents 5fc8bdf + fda3b0f commit 4490ec7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,24 @@ int qf_space(QF *qf);
2. Copy
3. Serialize/ Deserialize
4. MMap read

---

Citation
========
The MQF project is [published on BMC Bioinformatics](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-021-03996-x); please, cite that paper if you use the MQF in your project.

```bib
@article{Shokrof2021,
doi = {10.1186/s12859-021-03996-x},
url = {https://doi.org/10.1186/s12859-021-03996-x},
year = {2021},
month = feb,
publisher = {Springer Science and Business Media {LLC}},
volume = {22},
number = {1},
author = {Moustafa Shokrof and C. Titus Brown and Tamer A. Mansour},
title = {{MQF} and buffered {MQF}: quotient filters for efficient storage of k-mers with their counts and metadata},
journal = {{BMC} Bioinformatics}
}
```

0 comments on commit 4490ec7

Please sign in to comment.