HRGV / phyloFlash

phyloFlash - A pipeline to rapidly reconstruct the SSU rRNAs and explore phylogenetic composition of an illumina (meta)genomic dataset.
GNU General Public License v3.0
75 stars 25 forks source link

Remove incorrect regex for paired-read name suffix #174

Closed kbseah closed 1 year ago

kbseah commented 1 year ago

Regex does not cover all possible cases, and will incorrectly split names in many cases. Results in read count totals that do not sum up correctly.

Fix for issue #173