Edit Internal Configurations of AlphaFold Pipeline when using ColabFold notebooks
Hi again! I had a question regarding changing some internal configurations in the code. If I understood correctly, when we use the ColabFold notebooks we connect to its servers to do MSA construction and retrieve its results, and then the rest of evoformer and structure module pipeline is done by the colab environment, right? considering this it seems possible to change some portions of the code and internal configurations, and still be able to use the changed code with notebooks on the google colab environment. I was wondering if this is possible and how can this be done? For example, suppose I want to change the default parameter value of one of the main functions of alphafold prediction pipeline, how can I change that and run the altered code with ColabFold notebooks? Best,