Skip to content

Commit 5bd17e1

Browse files
committed
Update citation information
1 parent 6cde47a commit 5bd17e1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,13 @@ Detailed description of Chromap command line options and optional tags can be di
182182

183183
If you use Chromap, please cite:
184184

185-
> Zhang, H., Song, L., Wang, X., Cheng, H., Wang, C., Meyer, C. A., ... & Li, H. (2021). Fast alignment and preprocessing of chromatin profiles with Chromap. Nature communications, 12(1), 1-6.
185+
> Zhang, H., Song, L., Wang, X., Cheng, H., Wang, C., Meyer, C. A., ..., Liu, X. S., Li, H. (2021). Fast alignment and preprocessing of chromatin profiles with Chromap. Nature communications, 12(1), 1-6.
186186
> https://doi.org/10.1038/s41467-021-26865-w
187187
188+
The summary file for QC is described in the manuscript:
189+
> Ahmed, O., Zhang, H., Langmead, B., Song, L. (2025). Quality control of single-cell ATAC-seq data without peak calling using Chromap. Biorxiv.
190+
> https://doi.org/10.1101/2025.07.15.664951
191+
188192
[bed]: https://genome.ucsc.edu/FAQ/FAQformat.html#format1
189193
[paf]: https://github.com/lh3/miniasm/blob/master/PAF.md
190194
[sam]: https://samtools.github.io/hts-specs/SAMv1.pdf

src/chromap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "temp_mapping.h"
3535
#include "utils.h"
3636

37-
#define CHROMAP_VERSION "0.3.2-r517"
37+
#define CHROMAP_VERSION "0.3.2-r518"
3838

3939
namespace chromap {
4040

0 commit comments

Comments
 (0)