YoshitakaMo / localcolabfold

ColabFold on your local PC
MIT License
562 stars 128 forks source link

Building and using local databases #113

Open rohitfarmer opened 1 year ago

rohitfarmer commented 1 year ago

Hi there; thank you, for this software. It's amazing. I can run it on the HPC; however, since I am working with a large number of sequences mmseq server is putting rate limits. I have started downloading the databases using:

wget https://raw.githubusercontent.com/sokrypton/ColabFold/main/setup_databases.sh
chmod +x setup_databases.sh
./setup_databases.sh database/

and wondering if there is a tutorial that I can follow on what to do once I have the databases to run everything locally.

Any suggestion would be helpful. Thanks!

PS: I am using version 1.3

kfletcher88 commented 1 year ago

Did you find a solution? How about this section of the README? https://github.com/sokrypton/ColabFold/blob/main/README.md#generating-msas-for-large-scale-structurecomplex-predictions

It looks like colabfold_search should produce the msa that can then be provided to colabfold_batch

dbolser commented 7 months ago

Check this and report back: https://github.com/sokrypton/ColabFold/issues/563