Open jflucier opened 9 months ago
Please upgrade to ColabFold 1.5.5 (latest) to use new --pdb-hit-file
and --local-pdb-path
args. See also https://github.com/sokrypton/ColabFold/issues/563 . If you set --templates
arg but without these two args, ColabFold will try to search templates through the Internet.
But, we are aware that issues are being reported when using local templates for some cases. We are currently working on fixing them.
Hi again,
Thank you very much for your awesome support.
I have rerun colabfold_search and remove template option:
colabfold_search \
--threads 32 --use-env 1 --db-load-mode 0 \
--mmseqs mmseqs \
--db1 /home/jflucier/projects/def-marechal/programs/colabfold_db/uniref30_2302_db \
--db2 /home/jflucier/projects/def-marechal/programs/colabfold_db/pdb100_230517 \
--db3 /home/jflucier/projects/def-marechal/programs/colabfold_db/colabfold_envdb_202108_db \
/home/jflucier/projects/def-marechal/programs/localcolabfold_env/test/DTX1_DTX2.fa /home/jflucier/projects/def-marechal/programs/colabfold_db /home/jflucier/projects/def-marechal/programs/localcolabfold_env/test/msas3
This produces a3m file (no m8 file). Then I run colabfold_batch (again no template option provided):
colabfold_batch \
--use-gpu-relax --amber --num-relax 3 \
--num-models 3 \
--num-recycle 30 --recycle-early-stop-tolerance 0.5 \
--model-type auto \
--data /home/jflucier/projects/def-marechal/colabfold_db \
/home/jflucier/projects/def-marechal/programs/localcolabfold_env/test/msas3/0.a3m \
/home/jflucier/projects/def-marechal/programs/localcolabfold_env/test
I get exact same error:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='storage.googleapis.com', port=443): Max retries exceeded with url: /alphafold/alphafold_params_colab_2022-12-06.tar (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1554683ba340>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
thanks again for your help
Note that this is executed on an HPC system, where the compute node do not have access to the outside world. It would be very beneficial to fix all issues to ensure that it can run without access to an outside network (internet) on HPC systems.
Also have this issue on an HPC system with localcolabfold. All the MSAs are precomputed and I am not using templates.
Hi @allcatsaregrey
I managed to get environment working by rebuilding it from scratch.
Attache is my environment file venv.colabfold.af2.3.2.requirements.txt
Fresh install does not appear to work for me sadly.
Hi,
I have sucessfully runned colabfold_search locally using the following command:
When I run colabfold_batch using the msa, the script still tries to connect to internet:
returns the follwing error:
I have tried passing
/home/jflucier/projects/def-marechal/programs/localcolabfold_env/test/msas/
or/home/jflucier/projects/def-marechal/programs/localcolabfold_env/test/msas/0.a3m
and both try returns the same network connection error.The content of msa folder only has file 0.a3m
Can you please guide me on what I am doing wrong. Based on previous answers you have given me issue #184, colabfold_batch should not connect to network if msa is provided.
Thank you very much for your help