Skip to content

Commit a777f08

Browse files
Merge pull request #315 from MontgomeryLab/v1.5.0_release
Version 1.5 release prep
2 parents 6a14081 + 1644b20 commit a777f08

2 files changed

Lines changed: 7 additions & 4 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
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'
17-
REQUIRES_PYTHON = '>=3.9.0'
18-
VERSION = '1.4.0'
17+
REQUIRES_PYTHON = '>=3.10.0'
18+
VERSION = '1.5.0'
1919
REQUIRED = [] # Required packages are installed via Conda's environment.yml
2020

2121

0 commit comments

Comments
 (0)