Miguel Covarrubias
Miguel Covarrubias
closing old PR
now with export to CSV
Successful run here https://app.terra.bio/#workspaces/gvs-dev/mlc%20GVS%20Quickstart%20v3/job_history/3cacea14-3c61-42ef-9370-2677af5e14d3
Cromwell switched to Java 11 starting with version 60 so the Java 8 sub-builds are probably going to error like ``` Caused by: java.lang.UnsupportedClassVersionError: wdl/draft3/parser/WdlParser$Ast has been compiled by a...
I grok the refactoring changes and those are 👍, but I think I'm going to need a walkthrough for the core spanning deletion work...
In Cromwell versions 67 and earlier `virtual-private-cloud` configuration exclusively specifies Google project label keys, not literal values. The actual values are specified in labels on the Google project. For example...
The labels should be created on the GCP project (not on the GCE instance), so the link should be going to the correct location.
I am not familiar with that error message. From a bit of Googling it looks like [this](https://medium.com/@byronwhitlock/gcp-trusted-image-policy-1dbce98410c9) may be relevant. Assuming `cloud-lifesciences` is Google's project hosting the image that Cloud...
* ~Created BT-346 to support requester pays GCR pulls.~ Looks like Denis [already asked about this](https://github.com/GoogleCloudPlatform/docker-credential-gcr/issues/36) and it doesn't appear to be on the roadmap for GCR. * Cromwell does...
The hash failures are expected with http inputs and should not be the cause of your workflow failure. Also we don't currently support `http` in engine filesystems. Do you see...