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
@hunter-moseley@JinHuan95 This method can only load files saved in a regular directory as compared to molfiles saved in a ZIP archive. We could add an option where if the substring contains .zip:, we can assume it's in a ZIP archive and what comes after the colon : is the name of the molfile and what comes before the colon is the path to the ZIP archive. Otherwise we load the molfile as normal.
If we think this is a good idea, I could make a PR for this as I think it would be a pretty simple update. It looks like I have the ability to fork this repo as an alternative to giving me write-access.
The text was updated successfully, but these errors were encountered:
md_harmonize/src/md_harmonize/compound.py
Line 348 in 5ad3ef1
@hunter-moseley @JinHuan95 This method can only load files saved in a regular directory as compared to molfiles saved in a ZIP archive. We could add an option where if the substring contains
.zip:
, we can assume it's in a ZIP archive and what comes after the colon:
is the name of the molfile and what comes before the colon is the path to the ZIP archive. Otherwise we load the molfile as normal.If we think this is a good idea, I could make a PR for this as I think it would be a pretty simple update. It looks like I have the ability to fork this repo as an alternative to giving me write-access.
The text was updated successfully, but these errors were encountered: