Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Releases: moltimate/openbabel-docker

Development Release

04 Feb 04:10
b9e87b5

Choose a tag to compare

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