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

Make operon analyzer use CSV writer to generate output #62

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

Since we were simply splitting on spaces to determine which rules failed, a feature with spaces in its name would not be properly handled. Using the CSV writer allows for arbitrary names. Resolves #53.