lpantano / seqcluster

small RNA analysis from NGS data
http://seqcluster.readthedocs.io
MIT License
35 stars 17 forks source link

fix umi bug #54

Closed abartlett004 closed 2 years ago

abartlett004 commented 2 years ago

tool mistakenly tries to identify a UMI when the read name contains the word "ILLUMINA". Changed search string from "UMI" to "UMI_" to fix this.