Skip to content

Commit

Permalink
Adjust range for torsion angle (2kj5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Jul 1, 2024
1 parent 9987091 commit 72365a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwpdb/utils/nmr/mr/ParserListenerUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
DIST_RESTRAINT_ERROR = {'min_exclusive': 0.0, 'max_exclusive': 150.0}


ANGLE_RESTRAINT_RANGE = {'min_inclusive': -345.0, 'max_inclusive': 345.0}
ANGLE_RESTRAINT_RANGE = {'min_inclusive': -355.0, 'max_inclusive': 355.0}
ANGLE_RESTRAINT_ERROR = {'min_exclusive': -360.0, 'max_exclusive': 360.0}


Expand Down

0 comments on commit 72365a4

Please sign in to comment.