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

GFFValidator: adding support for gzipped reference genome files #251

Closed AlexTate closed 1 year ago

AlexTate commented 1 year ago

GFFValidator will now validate chromosomes using gzipped reference genome FASTAs (if appropriate), and will no longer produce a warning under these circumstances

Closes #250

taimontgomery commented 1 year ago

Tested successfully with ram1 and lib303 data with gz compressed genome files.