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
It would be nice to use one of SDFiles key features and include the associated data to the molfile.
More often than not, some internal ID or molecular properties are also included in the SDFile.
Could be as simple as including a properties dict to the MolGraph struct and parsing the associated data items into this.
The text was updated successfully, but these errors were encountered:
Just noticed there is metadata() which does exactly what I want. It's not in the docs, but in the corresponding "how to use" pluto notebooks. Could be worth to also include it in the official docs :)
Thank you very much for the comment. Yes, this should be documented.
Please note that metadata is still incomplete and may not work with SMILES, and the interface would change.
It would be nice to use one of SDFiles key features and include the associated data to the molfile.
More often than not, some internal ID or molecular properties are also included in the SDFile.
Could be as simple as including a properties dict to the MolGraph struct and parsing the associated data items into this.
The text was updated successfully, but these errors were encountered: