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

"Operons" #205

Open afrubin opened 2 years ago

afrubin commented 2 years ago

The manuscript says that:

the term "operon" is used interchangeably with "gene cluster" in the Opfi library

I very strongly disagree with this decision, as operon is a technical term and should be used appropriately. "gene cluster" is generic and could be used, but if a different term is needed the authors could define a new one to use in the code (a Clump object?).

As it stands now, I think the software is misleading and may even cause implementation issues down the line if a mode that finds true operons is added.