You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect to see the properties "some_property" and "PUBCHEM_COMPONENT_COUNT", but instead these are missing.
Screenshots
Output of metadata in the example:
Version
This issue was noticed in RDKit version: 2024.03.5
Additional context
This is maybe medium priority for me, my current workaround is just to manually extract the properties outside of RDKit. It would be nice to update get_mol but it would also be even more useful to export functionality from Chem.SDMolSupplier as defined here: https://www.rdkit.org/docs/GettingStartedInPython.html#reading-sets-of-molecules
The text was updated successfully, but these errors were encountered:
This is not a bug. get_mol will only parse the molblock up to the M END tag, as it mimics the functionality of the Python function Chem.MolFromMolBlock rather than from Chem.SDMolSupplier.
Describe the bug
I am trying to ingest an SDF file with RDKit JS and am running into an issue where the properties tagged on an SDF file are missing
To Reproduce
Consider the following code:
Expected behavior
I would expect to see the properties "some_property" and "PUBCHEM_COMPONENT_COUNT", but instead these are missing.
Screenshots
Output of metadata in the example:
Version
This issue was noticed in RDKit version: 2024.03.5
Additional context
This is maybe medium priority for me, my current workaround is just to manually extract the properties outside of RDKit. It would be nice to update
get_mol
but it would also be even more useful to export functionality fromChem.SDMolSupplier
as defined here: https://www.rdkit.org/docs/GettingStartedInPython.html#reading-sets-of-moleculesThe text was updated successfully, but these errors were encountered: