We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when creating true interface restraints, the target.id is supposed to match the position of the chain in the pdb
target.id
haddock-restraints/src/main.rs
Lines 246 to 248 in ea53978
This works fine if the chains are in the pdb as A-B but will fail to match if B-A
A-B
B-A
The text was updated successfully, but these errors were encountered:
ti
rvhonorato
Successfully merging a pull request may close this issue.
when creating true interface restraints, the
target.id
is supposed to match the position of the chain in the pdbhaddock-restraints/src/main.rs
Lines 246 to 248 in ea53978
This works fine if the chains are in the pdb as
A-B
but will fail to match ifB-A
The text was updated successfully, but these errors were encountered: