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

colabfold_local mode does not work offline #209

Open
JoseEspinosa opened this issue Oct 29, 2024 · 1 comment
Open

colabfold_local mode does not work offline #209

JoseEspinosa opened this issue Oct 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JoseEspinosa
Copy link
Member

JoseEspinosa commented Oct 29, 2024

Description of the bug

colabfold_local should work offline as the msa is build by the MMSEQS_COLABFOLDSEARCH process and passed to the COLABFOLD_BATCH process downstream.

Here is the log:

2024-10-26 08:39:59,320 Error: HTTPSConnectionPool(host='api.colabfold.com', port=443): Max retries exceeded with url: /
ticket/msa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x14a4dccf8280>: Failed to estab
lish a new connection: [Errno 101] Network is unreachable'))
2024-10-26 08:40:04,331 Error while fetching result from MSA server. Retrying... (1/5)
2024-10-26 08:40:04,332 Error: HTTPSConnectionPool(host='api.colabfold.com', port=443): Max retries exceeded with url: /
ticket/msa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x14a4dccf8580>: Failed to estab
lish a new connection: [Errno 101] Network is unreachable'))
2024-10-26 08:40:09,341 Error while fetching result from MSA server. Retrying... (1/5)
2024-10-26 08:40:09,342 Error: HTTPSConnectionPool(host='api.colabfold.com', port=443): Max retries exceeded with url: /
ticket/msa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x14a4dccf8e50>: Failed to estab
lish a new connection: [Errno 101] Network is unreachable'))
2024-10-26 08:40:14,351 Error while fetching result from MSA server. Retrying... (1/5)
2024-10-26 08:40:14,351 Error: HTTPSConnectionPool(host='api.colabfold.com', port=443): Max retries exceeded with url: /
ticket/msa (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x14a4dccf9900>: Failed to estab
lish a new connection: [Errno 101] Network is unreachable'))
@JoseEspinosa JoseEspinosa added the bug Something isn't working label Oct 29, 2024
@JoseEspinosa
Copy link
Member Author

It is possible to run colabfold_mode offline by setting the --use_templates false parameter as this will turn off the --templates argument when running colabfold_batch as explained explained here.
Not using the templates should have little effect on the result however, it is also possible to create a list of PDB templates with colabfold_search offline see here. So maybe this is something that could be implemented in the future.

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

1 participant