filip-husnik / pseudofinder

Detection of pseudogene candidates in bacterial and archaeal genomes.
GNU General Public License v3.0
42 stars 16 forks source link

AttributeError: module 'modules' has no attribute 'selection'? #33

Closed XinTongx closed 2 years ago

XinTongx commented 2 years ago

Any advice to solve this? Thank you!

(pseudofinder) [xxx]$ pseudofinder.py -h Traceback (most recent call last): File "~/pseudofinder/pseudofinder.py", line 16, in from modules import * AttributeError: module 'modules' has no attribute 'selection'

Arkadiy-Garber commented 2 years ago

Thanks for reaching out about this. This was a small bug introduced from a recent update. It has now been fixed. Please let us know if you have any other issues or questions!

Thanks, Arkadiy

XinTongx commented 2 years ago

Thank you so much for the prompt response!