-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PDBSelector now works with PDBRecord, not raw line
Rather than passing a raw line of text from the PDB file to PDBSelector, pass a PDBRecord type. This wraps either the PDB text or the equivalent parsed data from the atom_site table in an mmCIF file, and provides methods to get atom/residue name, etc. This ensures that when working with mmCIF we are not restricted to PDB format limitations, such as single-character chain IDs or insertion codes. Closes #1083.
- Loading branch information
Showing
6 changed files
with
301 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.