PNNL-CompBio / srpAnalytics

This repository contains the code necessary to process any new data for the Superfund Research Program Analytics Portal.
MIT License
5 stars 0 forks source link

Create script to push tarball to data hub #57

Closed sgosline closed 2 years ago

sgosline commented 2 years ago

Currently the Docker image outputs a tar.gz file of all the files. This needs to go on Data Hub.

There is a python API here: https://datahub.userdevops.pnnl.gov/development/python/datahub-api/ With example code here:https://datahub.userdevops.pnnl.gov/development/python/datahub-api/exampleusage.html#upload-workflow

The output has to go to https://data.pnnl.gov/group/nodes/dataset/13337

sgosline commented 2 years ago

This will not work - no way to connect github actions to internal data hub.