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

Miscellaneous improvements to 'makestructure', 'dssp', 'change', and 'bonds'; small DSSP fix. #811

Merged
merged 40 commits into from
Apr 22, 2020

Commits on Apr 15, 2020

  1. Add charmm HIS residue names

    drroe committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a71f3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208ed3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b17a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c2c37 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Add new formatted name routine

    drroe committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a7ff245 View commit details
    Browse the repository at this point in the history
  2. Add a removebonds command

    drroe committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c5dc53a View commit details
    Browse the repository at this point in the history
  3. Use a copy of the bonds array since it will be modified. Have RemoveB…

    …ond return a status
    drroe committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    24161e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ec93fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d6728e View commit details
    Browse the repository at this point in the history
  6. Add outfile to removebonds

    drroe committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fab96fe View commit details
    Browse the repository at this point in the history
  7. Add a command that can be used to create leap input for a given set o…

    …f COORDS. Currently only looks for disulfides.
    drroe committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    bab75a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf645c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    1e156aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b063339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f87aa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Add back the concept of "offset" when searching for dihedrals. In wei…

    …rd structures or structures where bond information has been incorrectly assigned (e.g. some PDBs) the old code was sometimes finding dihedrals it shouldnt have.
    drroe committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    f4cc8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de0781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdc39f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. More info

    drroe committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    a34d469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dad3ce View commit details
    Browse the repository at this point in the history
  3. Add the PSI-O dihedral

    drroe committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    e525e4c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    0ee15b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d262474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e0303 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    34da275 View commit details
    Browse the repository at this point in the history
  2. Improve DSSP help. Add "SG" atom name so that disulfides are not foll…

    …owed when looking for previous/next residues.
    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    22a2675 View commit details
    Browse the repository at this point in the history
  3. Add namesg keyword.

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    560470c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2578039 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4827141 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba2a8bd View commit details
    Browse the repository at this point in the history
  7. Hide command for now

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9dad85a View commit details
    Browse the repository at this point in the history
  8. Remove the "psi-o" dihedral

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    16fd050 View commit details
    Browse the repository at this point in the history
  9. Update makestructure

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d488247 View commit details
    Browse the repository at this point in the history
  10. Add namesg keyword to manual

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f5d2705 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48e3916 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fa035b View commit details
    Browse the repository at this point in the history
  13. Add bonds nointrares to manual

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1db5aee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    afff29f View commit details
    Browse the repository at this point in the history
  15. Version change for makestructure additional keywords, change removebo…

    …nds, dssp namesg, bonds nointrares. Minor version bump since dssp now skips residues that have no selected atoms.
    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e6abebc View commit details
    Browse the repository at this point in the history
  16. Fix up change removebonds help

    drroe committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c918572 View commit details
    Browse the repository at this point in the history