mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Fix parsing RBCNT from mol files, and add exporting it (#7638)
* write RBCNT * Fix RBCNT allowed values * add a test
This commit is contained in:
committed by
GitHub
parent
9d26fc229d
commit
bd49c8ae81
@@ -120,7 +120,7 @@ const std::string smilesSymbol = "smilesSymbol";
|
||||
const std::string atomLabel = "atomLabel";
|
||||
const std::string OxidationNumber = "OxidationNumber";
|
||||
const std::string internalRgroupSmiles = "internalRgroupSmiles";
|
||||
|
||||
const std::string molRingBondCount = "molRingBondCount";
|
||||
const std::string molSubstCount = "molSubstCount";
|
||||
const std::string molAttachPoint = "molAttchpt";
|
||||
const std::string molAttachOrder = "molAttchord";
|
||||
|
||||
@@ -169,6 +169,7 @@ RDKIT_RDGENERAL_EXPORT extern const std::string molStereoCare; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molRxnComponent; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molRxnRole; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molTotValence; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molRingBondCount; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molSubstCount; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molAttachPoint; // int
|
||||
RDKIT_RDGENERAL_EXPORT extern const std::string molAttachOrder; // int
|
||||
|
||||
Reference in New Issue
Block a user