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

Use sys.float_info.min instead of epsilon #144

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

I was using the wrong constant to avoid having a zero value in the colormap, which is necessary since it's on a log scale.

jimrybarski commented 4 years ago

Resolves #143