This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Releases: moltimate/openbabel-docker
Releases · moltimate/openbabel-docker
Development Release
MOL-66: Added GCS support to openbabel container (#4) * MOL-66: Added GCS support to openbabel container Added support for GCS storage of zipped results for openbabel conversions Moved archving process to happen on completion of task, rather than on retrieval of results. This will save costs in GCS. Added env variable control of GCS vs local storage, and .env files for use with docker Added .gitignore Removed package-lock * Fixed variable instantiation without 'let's