moritzbuck / mOTUlizer

Utility to analyse a group of closely related MAgs/Genomes/bins/SUBs of more or less dubious origin
GNU General Public License v3.0
12 stars 4 forks source link

Error: len(int) #3

Open Fxe opened 1 year ago

Fxe commented 1 year ago

https://github.com/moritzbuck/mOTUlizer/blob/fe4237a8f983069622a6497159f071c5d4f4fd2e/mOTUlizer/classes/mOTU.py#L209

len(found_edges) this results in a crash since found_edges is an int from found_edges = sum([not d is None for d in dists])