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

Counter: allow wildcard keywords in Identity selector definitions #205

Closed AlexTate closed 2 years ago

AlexTate commented 2 years ago

Currently, each feature selection rule must define both a Select for... and with value... to be valid.

A user may wish to instead use a wildcard keyword in both of these fields, thereby allowing all features to pass Stage 1 selection regardless of their attributes. These features would undergo selection exclusively in Stages 2 and 3.

We would like to give our users the option of using a wildcard keyword in either of these fields