oschwengers / bakta

Rapid & standardized annotation of bacterial genomes, MAGs & plasmids
GNU General Public License v3.0
448 stars 55 forks source link

Fix CRISPR parser #302

Closed oschwengers closed 4 months ago

oschwengers commented 4 months ago

We wrongly assumed that a double digit number is correct for matching the CRISPR spacer length. However, there are shorter spacer lengths reported #299. Hence, we have to fix this by relaxing the regex to a single digit CRISPR spacer length.