Skip to content
New issue

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

Arg fix #2504

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Arg fix #2504

wants to merge 2 commits into from

Commits on Jul 1, 2022

  1. Fix issue with protonating charged ARG

    OB was placing a third H on NH1 using a random bond vector.  The
    AssignBonds, which is suppose to match known protein residue bonding
    patterns, was not working because atom names were not stripped of
    whitespace. Also, the original pattern in resdata.txt does not match the
    convention of the double bond going to NH1 (it has NH2). Then, even if
    AssignBonds sets the right bond order, the
    PerceivedBonds fragment matching code undoes it, so refined the bond
    typer patterns.
    dkoes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    baa02d9 View commit details
    Browse the repository at this point in the history
  2. tests for ARG fix

    need to change gzip test since it processed 1ubq - the new output is
    more correct
    dkoes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    523c775 View commit details
    Browse the repository at this point in the history