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: new edit pattern modes for the Mismatches selector #337

Open AlexTate opened 4 months ago

AlexTate commented 4 months ago

Rules that define a mismatch requirement can be extended to require a specific edit pattern. Two choices are available for this parameter:

This option applies globally to all rules except those that lack a mismatch requirement. Rules without the requirement will continue to allow any number of mismatches following any edit pattern.

This PR contains the following additional changes:

AlexTate commented 4 months ago

@taimontgomery Additional changes: