warelab / sciapps

SciApps: a cloud-based platform for reproducible bioinformatics workflows
https://www.sciapps.org
Apache License 2.0
2 stars 1 forks source link

Updating metadata could fail #96

Closed liyawang closed 5 years ago

liyawang commented 5 years ago

Sometimes the metadata is not added successfully. We have to retry it.

while [[ -z "$mid" ]] do mid=$(curl -X POST -sk -H "user: maizecode" -H "$AGAVE_HDR" "$ARG" | jq '.data.metadata_id') done echo $mid

liyawang commented 5 years ago

Duplicated with https://github.com/warelab/sciapps/issues/100