Skip to content

Commit f14ddaf

Browse files
authored
AN-553 Fix wrong actor name in Batch docs (#7742)
1 parent d2293fd commit f14ddaf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/backends/GCPBatch.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ backend {
260260
providers {
261261
...
262262
GCPBATCH {
263-
actor-factory = "cromwell.backend.google.batch.GcpBatchLifecycleActorFactory"
263+
actor-factory = "cromwell.backend.google.batch.GcpBatchBackendLifecycleActorFactory"
264264
config {
265265
...
266266
virtual-private-cloud {
@@ -304,7 +304,7 @@ backend {
304304
providers {
305305
...
306306
GCPBATCH {
307-
actor-factory = "cromwell.backend.google.batch.GcpBatchLifecycleActorFactory"
307+
actor-factory = "cromwell.backend.google.batch.GcpBatchBackendLifecycleActorFactory"
308308
config {
309309
...
310310
virtual-private-cloud {
@@ -364,7 +364,7 @@ backend {
364364
providers {
365365
...
366366
GCPBATCH {
367-
actor-factory = "cromwell.backend.google.batch.GcpBatchLifecycleActorFactory"
367+
actor-factory = "cromwell.backend.google.batch.GcpBatchBackendLifecycleActorFactory"
368368
config {
369369
...
370370
batch {
@@ -428,7 +428,7 @@ their execution.
428428
### Migration from Google Cloud Life Sciences v2beta to Google Cloud Batch
429429

430430
1. If you currently run your workflows using Cloud Genomics v2beta and would like to switch to Google Cloud Batch, you will need to do a few changes to your configuration file: `actor-factory` value should be changed
431-
from `cromwell.backend.google.pipelines.v2beta.PipelinesApiLifecycleActorFactory` to `cromwell.backend.google.batch.GcpBatchLifecycleActorFactory`.
431+
from `cromwell.backend.google.pipelines.v2beta.PipelinesApiLifecycleActorFactory` to `cromwell.backend.google.batch.GcpBatchBackendLifecycleActorFactory`.
432432

433433
2. You will need to remove the parameter `genomics.endpoint-url` and generate a new config file.
434434

@@ -450,7 +450,7 @@ backend {
450450
providers {
451451
...
452452
GCPBATCH {
453-
actor-factory = "cromwell.backend.google.batch.GcpBatchLifecycleActorFactory"
453+
actor-factory = "cromwell.backend.google.batch.GcpBatchBackendLifecycleActorFactory"
454454
config {
455455
...
456456
reference-disk-localization-manifests = [
@@ -499,4 +499,3 @@ Please see the help command of that tool for more details.
499499
Alternatively for public data stored under `gs://gcp-public-data--broad-references` there exists a shell script to
500500
extract reference data to a new disk and then convert that disk to a public image. For more information see
501501
[create_images.sh](https://github.com/broadinstitute/cromwell/tree/develop/scripts/reference_disks/create_images.sh).
502-

0 commit comments

Comments
 (0)