wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

consistent use of casing #92

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

The require rule is case insensitive, but all other rules are not. We should just automatically lower() all feature names and add re.IGNORECASE to all regexes. This also needs to be documented.