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

Allow user to use regular expressions for feature colors. #120

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

When generating operon figures, the user can assign colors to important features. The keys will now be treated as case-insensitive regular expressions. This should be backwards compatible. Resolves #115.