MontgomeryLab / tinyRNA

tinyRNA provides an all-in-one solution for precision analysis of sRNA-seq data. At the core of tinyRNA is a highly flexible counting utility, tiny-count, that allows for hierarchical assignment of reads to features based on positional information, extent of feature overlap, 5’ nucleotide, length, and strandedness.
GNU General Public License v3.0
1 stars 1 forks source link

Bugfix: helpstring in tiny-deseq.r is no longer truncated #171

Closed AlexTate closed 2 years ago

AlexTate commented 2 years ago

The size of the default max error string length is increased by the length of the usage string. If some condition caused a native error string to be collated with our own, then that error would likely respect a default maximum length and both strings could still be accommodated. While it isn't a guarantee, I believe this will be sufficient for our uses.

Closes #162