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

The docker image should have a useful default entrypoint #2

Open kemp-google opened 5 years ago

kemp-google commented 5 years ago

At the moment, the image uses the default entrypoint it inherits from the base image (which is /bin/sh). This is not a good user experience.

We should change the entrypoint to the runner script, so that uses can do something like:

docker run gcr.io/cloud-genomics-pipelines/gcp-deepvariant-runner --project ...