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

Fix distance finding when multiple copies of the same feature exist #52

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

We were just giving up in the event where two or more features had the same name and this led to a situation where a distance was not being correctly calculated. This commit changes our strategy and requires that any rule that applies to a particular feature must pass for all copies.

Resolves #51.