A mock CORERE integration
virtualenv -p /usr/bin/python3.8 venv # at least 3.8 required
. ./venv/bin/activate
pip install -r requirements.txt
. ./venv/bin/activate
export GIRDER_API_KEY=...
python workflow.py
To obtain the GIRDER_API_KEY:
- Go to https://girder.stage.wholetale.org/
- Select Login > Globus
- Select user menu > My Account > API Keys to generate an API key. You can also use the /api_key endpoint via Swagger Page https://girder.stage.wholetale.org/api/v1.
This material is based upon work supported by the National Science Foundation under Grant No. OAC-1541450.