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

Database uniref30_2202_db does not exist while running colabfold local #121

Closed
nash73b91203005 opened this issue Nov 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nash73b91203005
Copy link

nash73b91203005 commented Nov 6, 2023

Description of the bug

The python code search.py cannot find uniref30_2202_db even though I already specified the path. Maybe I lost something important? Thanks a lot in advance.

ERROR ~ Error executing process > 'NFCORE_PROTEINFOLD:COLABFOLD:MMSEQS_COLABFOLDSEARCH (T478K_T1)'
Caused by:
Process NFCORE_PROTEINFOLD:COLABFOLD:MMSEQS_COLABFOLDSEARCH (T478K_T1) terminated with an error exit status (1)
Traceback (most recent call last):
File "/colabfold_batch/colabfold-conda/bin/colabfold_search", line 8, in
sys.exit(main())
File "/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/colabfold/mmseqs/search.py", line 444, in main
threads=args.threads,
File "/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/colabfold/mmseqs/search.py", line 66, in mmseqs_search_monomer
raise FileNotFoundError(f"Database {db} does not exist")
FileNotFoundError: Database uniref30_2202_db does not exist

Command used and terminal output

nextflow -bg run nf-core/proteinfold --input samplesheet.csv --outdir ./ --mode colabfold --colabfold_server local --num_recycle 3 --use_amber false --colabfold_model_preset AlphaFold2-ptm --use_gpu false --db_load_mode 0 -profile docker --colabfold_db_path ./colabfold_envdb_202108 --uniref30_path ./uniref30_2202_db --colabfold_alphafold2_params_path ./alphafold_params_2021-07-14 --max_memory 80.GB --colabfold_db ./

Relevant files

No response

System information

No response

@nash73b91203005 nash73b91203005 added the bug Something isn't working label Nov 6, 2023
@JoseEspinosa
Copy link
Member

Hi @nash73b91203005 thanks for reporting. Are you sure you provided the correct path to uniref? I tried to reproduce your error and I can only do it when I provide a wrong path to the --uniref30_path parameter.

@JoseEspinosa
Copy link
Member

JoseEspinosa commented May 31, 2024

Closed by inactivity, if you need any further assistance feel free to reopen it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants