-
Notifications
You must be signed in to change notification settings - Fork 667
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
coordinates/PDB.py PDB 3.2 vs. 3.3 consistency #2906
Labels
Comments
I don't think that we do anything specific to 3.2 – that's just the slow churn of history. Updates are welcome, especially as 3.3 is the final standard, as far as I understand it. |
IAlibay
pushed a commit
that referenced
this issue
Aug 14, 2020
Fixes #1753 and #2906 ## Overview of work done in this PR 1) PDBWriter will now write out either `ATOM` or `HETATM` entries based on the contents of the atomgroup `record_types` attribute. If the `record_types` attribute is missing, writing will default to `ATOM` entries. 2) Updates the PDB documentation to refer to PDBv3.3 instead of PDBv3.2.
PicoCentauri
pushed a commit
to PicoCentauri/mdanalysis
that referenced
this issue
Mar 30, 2021
Fixes MDAnalysis#1753 and MDAnalysis#2906 ## Overview of work done in this PR 1) PDBWriter will now write out either `ATOM` or `HETATM` entries based on the contents of the atomgroup `record_types` attribute. If the `record_types` attribute is missing, writing will default to `ATOM` entries. 2) Updates the PDB documentation to refer to PDBv3.3 instead of PDBv3.2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As suggested by @IAlibay, I am adding here a ticket on consistency issue in
package/MDAnalysis/coordinates/PDB.py
.It mentions implementing a subset of 3.2 standard, but CRYST1 link points to 3.3. Is there anything stopping us from moving with all the links to 3.3? Is there anything there which is not compatible with 3.3?
Current version of MDAnalysis
MDAnalysis 1.0.0
The text was updated successfully, but these errors were encountered: