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

Remove redundant operons by seq #161

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

Adds a function that takes a list of Operons and checks whether the nucleotide sequence bound by the Features is unique. All but one Operon for each sequence will be discarded.