You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all the great work on this! Is it possible to add an example for using a precomputed, custom paired msa? I know that v0.3.0 added a custom MSA pairing format using a CSV, but can you confirm that the model can accept a paired .a3m file like that produced by mmseqs2 with colabfold's colabfold_search.sh? I can't tell if some protein-protein folding cases are failing because the msa is not inputted correctly or if it's due to the model. I suspect that it's on the input side since colabfold can produce the correct outputs. Thanks!
The text was updated successfully, but these errors were encountered:
Please note that this script was designed for a naive AlphaFold3 implementation by Yoshitaka Moriwaki, so you may need to make minor adjustments. Based on the implementation in boltz by boltz-1 developers (
), I was able to successfully process the MSA by following these steps:
Store paired MSA: Save the paired MSA in a sequential integer-based format.
Handle single-sequence MSAs: Use -1 to represent MSAs derived from single sequences.
Create chain-specific CSV files: For each chain, create a CSV file and specify the MSA path in a .fasta file in the format (like, > A|protein|your_path)
After implementing these steps, the input seemed to work correctly for me.
I’d love to hear about your progress or any insights you might have while testing this! Let me know if this resolves the issue or if further clarification is needed.
Thanks for all the great work on this! Is it possible to add an example for using a precomputed, custom paired msa? I know that v0.3.0 added a custom MSA pairing format using a CSV, but can you confirm that the model can accept a paired .a3m file like that produced by mmseqs2 with colabfold's colabfold_search.sh? I can't tell if some protein-protein folding cases are failing because the msa is not inputted correctly or if it's due to the model. I suspect that it's on the input side since colabfold can produce the correct outputs. Thanks!
The text was updated successfully, but these errors were encountered: