Restraining protein-ligand distance (residue-wise or atom-wise) #177
Answered
by
arogozhnikov
YoavShamir5
asked this question in
Q&A
-
Hi, Incredible work with Chai-1! I have two related queries:
|
Beta Was this translation helpful? Give feedback.
Answered by
arogozhnikov
Dec 14, 2024
Replies: 1 comment
-
From syntax perspective, format works like this: that said, model was not trained to deal with atom-level restraints, so this syntax is future-looking And it's all here https://github.com/chaidiscovery/chai-lab/blob/main/chai_lab/data/parsing/restraints.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arogozhnikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From syntax perspective, format works like this:
res_idx for atom:
K123@CB
res_idx for ligand:
@C2
that said, model was not trained to deal with atom-level restraints, so this syntax is future-looking
And it's all here https://github.com/chaidiscovery/chai-lab/blob/main/chai_lab/data/parsing/restraints.py