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

Fix escaping of '--regions' flag values #17

Closed samanvp closed 5 years ago

samanvp commented 5 years ago

Without this fix we cannot handle multiple regions because make example expect to receive: --regions 'chr1:1000-2000 chr2:1000-2000' but instead it gets --regions chr1:1000-2000 chr2:1000-2000 (note missing quote).