Fix D_Phg_ol m_name: copy-paste error from Aib_ol#21
Open
anagnorisis2peripeteia wants to merge 1 commit into
Open
Fix D_Phg_ol m_name: copy-paste error from Aib_ol#21anagnorisis2peripeteia wants to merge 1 commit into
anagnorisis2peripeteia wants to merge 1 commit into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes PistoiaHELM/HELMMonomerSets#7
Bug
The
D_Phg_olmonomer insrc/pyPept/data/monomers.sdfhas an incorrectm_namefield:m_abbrD_Phg_olD_Phg_ol✓[1*]NC(CO)c1ccccc1[1*]NC(CO)c1ccccc1✓m_name2-amino-2-methylpropan-1-ol✗(2R)-2-amino-2-phenylethan-1-ol✓The SMILES contains a benzene ring and is unambiguously (2R)-2-amino-2-phenylethan-1-ol (D-phenylglycinol, C₈H₁₁NO). The name
2-amino-2-methylpropan-1-olbelongs toAib_ol(C₄H₁₁NO, no aromatic ring) — a copy-paste error.The naming convention is consistent with the L-form:
Phg_olis correctly named(2S)-2-amino-2-phenylethan-1-ol.Origin
The pyPept monomer library derives its 322-entry set from the PistoiaHELM HELMCoreLibrary, where this error originates. A corresponding fix has been submitted upstream: PistoiaHELM/HELMMonomerSets#10