-
Notifications
You must be signed in to change notification settings - Fork 728
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
Questions about using custom MSAs #289
Comments
Hi! Here are answers to your questions:
The simplest option though is to let AlphaFold build the MSA using its built-in data pipeline. |
So basically we can run MSA using data pipeline on each protein separately and then feed the unpaired MSA when predicting multimer complex? Then the pipeline will automatically also predict paired MSA for the given complex? I am asking this because it is too time and resource consuming to repredict each time MSA when using several time same protein for multiple different complexes. |
Yes indeed, you can run AlphaFold 3 data pipeline for each of the monomer chains individually, then compose the input JSON that includes the MSA for the various multimer combinations. See #171 where this was discussed for more details. |
Hi,
Thank you very much for making your inference code publicly available.
My questions are as follows:
The documentation calls setting both
unpairedMsa
andpairedMsa
to a custom non-empty A3M string an "expert option". Why is it considered as an expert option?The documentation recommends manual pairing or using the output of "appropriate software". Could you provide examples of such software or recommended best practices for manual pairing?
The documentation recommends providing the paired MSA data using only the
unpairedMsa
field after manual pairing. This is counter-intuitive. Since the data is paired, why is it provided in theunpairedMsa
field? Could the naming be clarified or the rationale explained more clearly?For multimer prediction, is it possible to provide custom, non-paired MSA for each chain, and let your pipeline do the pairing? if yes, which json key should hold these custom, non-paired MSAs?
I would appreciate your help on this.
The text was updated successfully, but these errors were encountered: