googlegenomics / pipelines-api-examples

Examples for the Google Genomics Pipelines API.
BSD 3-Clause "New" or "Revised" License
50 stars 31 forks source link

Updates to Jes template conf for Cromwell v24 #60

Closed ruchim closed 7 years ago

ruchim commented 7 years ago

There are some config changes required for using Cromwell v24.

The current google stanza in the Jes template looks like: google { applicationName = "cromwell" cromwellAuthenticationScheme = "application_default" } but it needs to be: google { application-name = "cromwell" auths = [ { name = "application-default" scheme = "application_default" } ] }

There's also the introduction of an additional required stanza: engine { filesystems { gcs { auth = "application-default" } } }

vdauwera commented 7 years ago

@mbookman

mbookman commented 7 years ago

Cromwell has been updated to version 27 with https://github.com/googlegenomics/pipelines-api-examples/pull/66.