DessimozLab / pyham

MIT License
9 stars 5 forks source link

fix bug in treeprofile for noname level group #3

Closed cactuskid closed 3 years ago

cactuskid commented 5 years ago

ran into this problem using the profiler...

" levelGroups[subhog.genome.name].append(subhog)
KeyError: ' ' "

alpae commented 5 years ago

Interesting. My question @cactuskid is mainly why is there a subhog.genome.name that is empty... Any idea why this node has no name?