Replies: 1 comment
-
|
I already fix it!It should choose "ligand" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to design a protein that simultaneously binds to a target protein and an organic molecule (not an amino acid). I specified the name of this molecule in "insulinr": "select_hotspots":, but the output does not show the small molecule. How should I modify the parameters? The content of my JSON file(for RFdiffusion3) is similar to the following:
"insulinr": {
"dialect": 2,
"infer_ori_strategy": "hotspots",
"input": "/data/rf3/input/protein.pdb",
"contig": "30-40,/0,A300-400",
"select_hotspots": {
"Mol": "",
},
"is_non_loopy": true
}
Beta Was this translation helpful? Give feedback.
All reactions