wustl-oncology / cloud-workflows

Infrastructure and tooling required to get genomic workflows running in the cloud
1 stars 6 forks source link

added ability to specify what version of cloud-workflows to pull #39

Closed evelyn-schmidt closed 7 months ago

evelyn-schmidt commented 7 months ago

To address this issue I have changed the default version of cloud-workflows pulled to be v1.1.4. As @tmooney has suggested there is also an ability for the user to choose what version to use. An example of the command looks like:

bash start.sh $GCS_INSTANCE_NAME --server-account $GCS_SERVICE_ACCOUNT --project $GCS_PROJECT --analysis-release 1.1.3

This was done by passing another key-value pair in the metadata parameter of the gcloud compute instances create command.

malachig commented 7 months ago

Both @evelyn-schmidt and I have now tested this and it is working as expected.