Skip to content

Commit 1644b20

Browse files
committed
Adding citation for recently published manuscript
1 parent 12c53bb commit 1644b20

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ Cleanup commands will be added to tinyRNA in a future release, but for now the f
310310
rm {fastp/*.fastq,{tiny-collapse,bowtie}/*.fa,bowtie/*.sam}
311311
```
312312

313+
## Citation
314+
Tate, A. J., Brown, K. C., & Montgomery, T. A. (2023). tiny-count: A counting tool for hierarchical classification and quantification of small RNA-seq reads with single-nucleotide precision. _Bioinformatics Advances_. https://doi.org/10.1093/bioadv/vbad065
315+
313316

314317
## Contributing
315318

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
NAME = 'tinyrna'
1212
DESCRIPTION = 'Precision analysis of small RNA high-throughput sequencing data'
1313
URL = 'https://github.com/MontgomeryLab/tinyrna/'
14-
EMAIL = 'ajtate@colostate.edu'
15-
AUTHOR = 'Kristen Brown, Alex Tate'
14+
EMAIL = 'tai.montgomery@colostate.edu'
15+
AUTHOR = 'Alex Tate, Kristen Brown'
1616
PLATFORM = 'Unix'
1717
REQUIRES_PYTHON = '>=3.10.0'
1818
VERSION = '1.5.0'

0 commit comments

Comments
 (0)