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

Configuration: check for experiments that include more than one control condition #242

Closed AlexTate closed 1 year ago

AlexTate commented 1 year ago

tiny-deseq.r currently only supports experiments with a maximum of one control condition, but this isn't currently enforced. Configuration.py will be updated to produce an error if more than one control condition is indicated.