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

tiny-count: gzipped tiny-collapse outputs crash SummaryStats' determination of unique sequence count #221

Closed AlexTate closed 2 years ago

AlexTate commented 2 years ago

SummaryStats treats collapsed outputs as guaranteed plaintext. This is not the case. Outputs may have been gzipped if the user set compress: True in tiny-collapse's section in the Run Config. SummaryStats will need to be modified to use a gzip reader in these cases.