EMBL-PKU / BASALT

MIT License
85 stars 13 forks source link

TWO basalt_main.py #7

Closed PonderLi closed 9 months ago

PonderLi commented 9 months ago

Thanks for developing such a fancy pipeline! When I sucessfully installed it and downloaded database, I tried commad " BASALT -h", the error information showed below:

Traceback (most recent call last): File "/home/software/mambaforge/envs/BASALT/bin/BASALT", line 7, in from BASALT_main import * ModuleNotFoundError: No module named 'BASALT_main'

I found 2 basalt_main.py files named with BASALT_main_c.py and BASALT_main_d.py, repectively. Which one I should use? Looking forward to your reply, THANKS again!

PonderLi commented 9 months ago

OH I see, just use python BASALT.py instead of BASALT~