Closed dc2211 closed 1 month ago
Hi @dc2211
the db
argument in plmblast.py
should be always a directory . Running
python embeddings.py start examples/data/input/rossmannsdb.fas ross --gpu --asdir
and then
python scripts/plmblast.py database_test/ ross test.csv -cpc 70 -win 49 -span 49 --verbose
should work. In addition I will make the error message more informative.
thank you for the help! issue solved.
Hello!
first of all, thank for the great work you have done!
I'm trying to query the rossmandb example agains a test database. The current database is located in
database_test/
with files0.emb
,1.emb
, anddatabase.fas
. I got my query embeddings throughpython embeddings.py start examples/data/input/rossmannsdb.fas ross.pt --gpu
which got me files
ross.pt
andross.pt.csv
.Running the single query search through
python scripts/plmblast.py database_test/ ross.pt test.out -cpc 70 -win 49 -span 49 --verbose
leads to the following error:
Can't find where the mistake of looking for the
.emb
files, using the query path, is.Any help is greatly appreciated. Thanks!