From a4bb4c8023203a01695120a1f740d5d3ac56afcc Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 20 Feb 2024 13:54:39 -0800 Subject: [PATCH 1/2] Update backends/gcp/README.md Co-authored-by: Billy Rowell --- backends/gcp/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backends/gcp/README.md b/backends/gcp/README.md index 7b8ffb7..1d2e840 100644 --- a/backends/gcp/README.md +++ b/backends/gcp/README.md @@ -22,11 +22,6 @@ For example, the zones in region us-central1 are `"us-central1-a us-central1-b u ## Running the workflow -### Running via Workbench - -1. [Register the engine in Workbench](https://docs.dnastack.com/docs/connecting-to-a-workflow-engine) -2. [Follow the instructions in the README to run the workflow via Workbench](../../README.md#run-using-workbench) - # Reference data hosted in GCP GCP reference data is hosted in the `us-west1` region in the bucket `gs://pacbio-wdl`. This bucket is requester-pays, meaning that users will need to [provide a billing project in their Cromwell configuration](https://cromwell.readthedocs.io/en/stable/filesystems/GoogleCloudStorage/) in order to use files located in this bucket. From 3a66933e6326e41749347aa6ddb1f77f1de3e399 Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 20 Feb 2024 13:56:00 -0800 Subject: [PATCH 2/2] Update backends/README.md Co-authored-by: Billy Rowell --- backends/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/README.md b/backends/README.md index 17505f4..57c967a 100644 --- a/backends/README.md +++ b/backends/README.md @@ -2,4 +2,3 @@ Example configuration specific to each backend is provided here. -For detailed instructions on configuring engines in different backends, see the [Workbench documentation for configuring engines](https://docs.dnastack.com/docs/workbench-settings).