Hello,
I am trying to get ra2.py up and running and I have installed the dependencies. When I try to execute the command however, I get the following message:
$ python ra2.py -h
Traceback (most recent call last):
File "ra2.py", line 31, in <module>
import ctbBio.mapped as map_tool
ModuleNotFoundError: No module named 'ctbBio'
I have already also installed your ctbBio repo with pip install ctbBio, but I'm not sure if I need to do some other step so that ra2.py can access it...
Any help you could provide would be greatly appreciated, thanks!
Hello,
I am trying to get ra2.py up and running and I have installed the dependencies. When I try to execute the command however, I get the following message:
I have already also installed your ctbBio repo with
pip install ctbBio, but I'm not sure if I need to do some other step so that ra2.py can access it...Any help you could provide would be greatly appreciated, thanks!