Open wswxyq opened 1 week ago
I created this notebook to interact with AlphaFold 3 in Colab-like environment. It emulates the I/O of ColabFold with similar outputs. There are some challenges involving with the implementation of mmseqs using AlphaFold 3 database (Huge memory cost) and the term of use of AlphaFold 3 parameters (You have to request it from Google). Thus, it is achieved by running a Colab container in docker on a local or remote machine and host it to Google Colab.
Hello, Thanks for your work on moving alphafold to Colab. Since AlphaFold3 is open sourced now, do you plan to add it to colabfold? Thanks!