File "operon_analyzer/rules.py", line 108, in _must_be_within_n_bp_of_anything
if min(distances) > distance_bp:
TypeError: 'NoneType' object is not iterable
I'm pretty sure this occurs when there's more than one of the same Feature and it can't be determined which one we're referring to.
I got this error when running on real data:
I'm pretty sure this occurs when there's more than one of the same
Feature
and it can't be determined which one we're referring to.