TheBrownLab / PhyloFisher

PhyloFisher is a software package written in Python3 that can be used for the creation, analysis, and visualization of phylogenomic datasets that consist of eukaryotic protein sequences.
MIT License
31 stars 15 forks source link

Fix the bug in issue#120 "NameError: name 'metadata' is not defined" #121

Closed shuiyujinlan closed 4 months ago

shuiyujinlan commented 5 months ago

Simply remove the multiprocessing module and use "for loop" to receive data in suspicious trees. This is usable but may slow down the process in handling big data. It will be better if someone fix the bug inside the multiprocessing module, which caused the NameError in suspicious_clades. I fix it this way just because I'm not familiar to multiprocessing.