We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encountered following Error:
python ./loaders/load-UniProt.py --dbhost myhost --dbname tcrdev --pwfile /tmp/tcrd_pass Traceback (most recent call last): File "/home/user/TCRD/loaders/load-UniProt.py", line 35, in <module> import obo File "/home/user/TCRD/python/obo.py", line 30, in <module> from slm_utils import open_anything ModuleNotFoundError: No module named 'slm_utils'
Not able to resolve slm_utils and could not find relevant source code in the repository.
Also, is there a python 3 version of this repository ? It is difficult to use since python 2 is now deprecated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encountered following Error:
Not able to resolve slm_utils and could not find relevant source code in the repository.
Also, is there a python 3 version of this repository ? It is difficult to use since python 2 is now deprecated.
The text was updated successfully, but these errors were encountered: