"git@developer.sourcefind.cn:OpenDAS/sparseconvnet.git" did not exist on "55d55a6a9fc3f7c1c8b92317772ccf7955712a6e"
Unverified Commit cc1f8baa authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Merge pull request #314 from luwei0917/patch-1

Add comment about the interpretation of ambiguous atoms
parents d5354830 8d4d8636
...@@ -410,7 +410,9 @@ residue_atoms = { ...@@ -410,7 +410,9 @@ residue_atoms = {
# (The LDDT paper lists 7 amino acids as ambiguous, but the naming ambiguities # (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 # in LEU, VAL and ARG can be resolved by using the 3d constellations of
# the 'ambiguous' atoms and their neighbours) # 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 = { residue_atom_renaming_swaps = {
"ASP": {"OD1": "OD2"}, "ASP": {"OD1": "OD2"},
"GLU": {"OE1": "OE2"}, "GLU": {"OE1": "OE2"},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment