-
Notifications
You must be signed in to change notification settings - Fork 669
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
How to run AF3 with one mmcif template file properly #225
Comments
|
Fix for the documentation issue pushed in b380a7c. |
I already cloned the repo again. Mayb there are several incompatibilities in the input.md
Again the KeyError: 'mmcif' with version 2, but with version: 1, AF3 at least reads the input.json input.md: "[Version] 2: added the option of specifying external MSA and templates using newly added fields unpairedMsaPath, pairedMsaPath, and mmcifPath." So I do not know, why the run starts with template, with version 1 but not with version 2.
pairedMsa: str: We recommend not using this optional field and using the unpairedMsa for the purposes of pairing. See more details below. But with following input json:
with input json: it rises
and another error occurs, but the program starts though:
|
I think you haven't updated fully -- looks like only |
mmcifPath: str: An optional path to a file that contains the mmCIF with the structural template instead of providing it inline using the mmcifPath field. The path can be either absolute, or relative to the input JSON path. The file must be in the A3M format, and could be either plain text, or compressed using gzip, xz, or zstd.
I guess A3M format is wrong? What should follow after mmcifPath: e.g. "home/user/8DFY.cif"
My input json was:
8FDY_test.json
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: