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

Improve PDB formatting with incomplete Monomer info #7286

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

Commits on Mar 19, 2024

  1. Fix PDB formatting if residue name is set but atom name is not.

    * additionally, sets the width of the atom name to 4. If the name is set
      to something shorter than 4 letters, fill up with whitespace. This
      avoids bad column alignment. If the name is set to something with more
      than 4 characters, the PDB will still be invalid.
    Franz Waibl committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    257b3c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge branch 'master' of github.com:fwaibl/rdkit

    Franz Waibl committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ad2ce4c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    03d1414 View commit details
    Browse the repository at this point in the history
  2. Fix atom name alignment in unit test

    Franz Waibl committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ab2fcb9 View commit details
    Browse the repository at this point in the history