googlegenomics / gcp-deepvariant-runner

This repository contains a docker container that runs DeepVariant on the Google Cloud Platform.
Apache License 2.0
2 stars 6 forks source link

Validate --job_name_prefix to make sure it meets GCP label restrictions #13

Closed samanvp closed 5 years ago

samanvp commented 5 years ago

Since we use job_name_prefix as label for workers it must follow restrictions applied to GCP labels: https://cloud.google.com/compute/docs/labeling-resources#restrictions

Without this check, all workers of make_examples stage are launched and they all fail.