Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
cc1f8baa
Unverified
Commit
cc1f8baa
authored
May 17, 2023
by
Gustaf Ahdritz
Committed by
GitHub
May 17, 2023
Browse files
Merge pull request #314 from luwei0917/patch-1
Add comment about the interpretation of ambiguous atoms
parents
d5354830
8d4d8636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
openfold/np/residue_constants.py
openfold/np/residue_constants.py
+3
-1
No files found.
openfold/np/residue_constants.py
View file @
cc1f8baa
...
...
@@ -410,7 +410,9 @@ residue_atoms = {
# (The LDDT paper lists 7 amino acids as ambiguous, but the naming ambiguities
# in LEU, VAL and ARG can be resolved by using the 3d constellations of
# the 'ambiguous' atoms and their neighbours)
# TODO: ^ interpret this
# Because for LEU, VAL and ARG, no ambiguous exist when the prediction output is chi angle instead of the location of individual atoms.
# For the rest, ASP and others, when you rotate the bond 180 degree, you get the same configuraiton due to symmetry.
residue_atom_renaming_swaps
=
{
"ASP"
:
{
"OD1"
:
"OD2"
},
"GLU"
:
{
"OE1"
:
"OE2"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment