Skip to content
New issue

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

diamond version Error #32

Open
coderwzz10 opened this issue Jan 4, 2021 · 2 comments
Open

diamond version Error #32

coderwzz10 opened this issue Jan 4, 2021 · 2 comments

Comments

@coderwzz10
Copy link

when I run the deepgoplus/main.py,there is such an error. I think the build diamond version of train_data.dmnd is inconsistent with the diamond version I have installed on the system. How can I solve it?

2021-01-04 14:41:19.633481: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/local/cuda-9.0/lib64::/opt/MonitorSoftware/lib:/usr/sfw/lib:/usr/local/lib
2021-01-04 14:41:19.633534: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
diamond v0.9.14.115 | by Benjamin Buchfink buchfink@gmail.com
Licensed under the GNU AGPL https://www.gnu.org/licenses/agpl.txt
Check http://github.com/bbuchfink/diamond for updates.

#CPU threads: 48
Scoring parameters: (Matrix=BLOSUM62 Lambda=0.267 K=0.041 Penalties=11/1)
#Target sequences to report alignments for: 25
Temporary directory: /tmp
Opening the database... [7e-05s]
Error: Database was built with a different version of diamond as is incompatible.
ERROR:root:Error running diamond!

@coolmaksat
Copy link
Contributor

coolmaksat commented Jan 4, 2021

Hi, you can rebuild the diamond database from train_data.fa (FASTA file). Use the following command:
diamond makedb --db data/train_data.dmnd --in data/train_data.fa

@coderwzz10
Copy link
Author

OK,thank you for your quick reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants