HIT-ImmunologyLab / DBSCAN-SWA

29 stars 13 forks source link

Installation issue with diamond: SyntaxError: name 'diamond_thread_num' is assigned to before global declaration #13

Closed dcarru01 closed 1 year ago

dcarru01 commented 1 year ago

Hello, I'm trying to install your program and I am getting an error that seems to have to do with diamond? Here is the error code:

File "/home/j/jparkin/dcarru/bin/DBSCAN-SWA/bin/dbscan-swa.py", line 2769 global diamond_thread_num ^ SyntaxError: name 'diamond_thread_num' is assigned to before global declaration

Thanks in advance for the help!

dcarru01 commented 1 year ago

Deleting the line appears to have resolved the issue as the program is now installing and running properly.