You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google.project The Google Project Id to use for the pipeline execution.
477
-
google.region The Google *region* where the computation is executed in Compute Engine VMs. Multiple regions can be provided separating them by a comma. Do not specify if a zone is provided. See `available Compute Engine regions and zones <https://cloud.google.com/compute/docs/regions-zones/>`_
478
-
google.zone The Google *zone* where the computation is executed in Compute Engine VMs. Multiple zones can be provided separating them by a comma. Do not specify if a region is provided. See `available Compute Engine regions and zones <https://cloud.google.com/compute/docs/regions-zones/>`_
479
-
google.location The Google *location* where the job executions are deployed to Cloud Life Sciences API. See `available Cloud Life Sciences API locations <https://cloud.google.com/life-sciences/docs/concepts/locations>`_ (default: the same as the region or the zone specified).
480
-
google.lifeSciences.bootDiskSize Set the size of the virtual machine boot disk e.g `50.GB` (default: none).
481
-
google.lifeSciences.copyImage The container image run to copy input and output files. It must include the ``gsutil`` tool (default: ``google/cloud-sdk:alpine``).
482
-
google.lifeSciences.debug When ``true`` copies the `/google` debug directory in that task bucket directory (defualt: ``false``)
483
-
google.lifeSciences.preemptible When ``true`` enables the usage of *preemptible* virtual machines or ``false`` otherwise (default: ``true``)
484
-
google.lifeSciences.usePrivateAddress When ``true`` the VM will NOT be provided with a public IP address, and only contain an internal IP. If this option is enabled, the associated job can only load docker images from Google Container Registry, and the job executable cannot use external services other than Google APIs (default: ``false``). Requires version `20.03.0-edge` or later.
485
-
google.lifeSciences.sshDaemon When ``true`` runs SSH daemon in the VM carrying out the job to which it's possible to connect for debugging purposes (default: ``false``).
486
-
google.lifeSciences.sshImage The container image used to run the SSH daemon (default: ``gcr.io/cloud-genomics-pipelines/tools``).
google.project The Google Project Id to use for the pipeline execution.
477
+
google.region The Google *region* where the computation is executed in Compute Engine VMs. Multiple regions can be provided separating them by a comma. Do not specify if a zone is provided. See `available Compute Engine regions and zones <https://cloud.google.com/compute/docs/regions-zones/>`_
478
+
google.zone The Google *zone* where the computation is executed in Compute Engine VMs. Multiple zones can be provided separating them by a comma. Do not specify if a region is provided. See `available Compute Engine regions and zones <https://cloud.google.com/compute/docs/regions-zones/>`_
479
+
google.location The Google *location* where the job executions are deployed to Cloud Life Sciences API. See `available Cloud Life Sciences API locations <https://cloud.google.com/life-sciences/docs/concepts/locations>`_ (default: the same as the region or the zone specified).
480
+
google.enableRequesterPaysBuckets When ``true`` uses the configured Google project id as the billing project for storage access. This is required when accessing data from *reqester pays enabled* buckets. See `Requester Pays on Google Cloud Storage documentation <https://cloud.google.com/storage/docs/requester-pays>`_ (default: ``false``)
481
+
google.lifeSciences.bootDiskSize Set the size of the virtual machine boot disk e.g `50.GB` (default: none).
482
+
google.lifeSciences.copyImage The container image run to copy input and output files. It must include the ``gsutil`` tool (default: ``google/cloud-sdk:alpine``).
483
+
google.lifeSciences.debug When ``true`` copies the `/google` debug directory in that task bucket directory (defualt: ``false``)
484
+
google.lifeSciences.preemptible When ``true`` enables the usage of *preemptible* virtual machines or ``false`` otherwise (default: ``true``)
485
+
google.lifeSciences.usePrivateAddress When ``true`` the VM will NOT be provided with a public IP address, and only contain an internal IP. If this option is enabled, the associated job can only load docker images from Google Container Registry, and the job executable cannot use external services other than Google APIs (default: ``false``). Requires version `20.03.0-edge` or later.
486
+
google.lifeSciences.sshDaemon When ``true`` runs SSH daemon in the VM carrying out the job to which it's possible to connect for debugging purposes (default: ``false``).
487
+
google.lifeSciences.sshImage The container image used to run the SSH daemon (default: ``gcr.io/cloud-genomics-pipelines/tools``).
* Enable the optional SSH daemon in the job VM using the option ``google.lifeSciences.sshDaemon = true``
619
620
620
-
* Make sure you are choosing a `location` where `Cloud Life Sciences API is available <https://cloud.google.com/life-sciences/docs/concepts/locations>`_,
621
+
* Make sure you are choosing a `location` where `Cloud Life Sciences API is available <https://cloud.google.com/life-sciences/docs/concepts/locations>`_,
621
622
and a `region` or `zone` where `Compute Engine is available <https://cloud.google.com/compute/docs/regions-zones/>`_.
Copy file name to clipboardExpand all lines: modules/nf-google/src/test/nextflow/cloud/google/lifesciences/GoogleLifeSciencesFileCopyStrategyTest.groovy
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,41 @@ class GoogleLifeSciencesFileCopyStrategyTest extends GoogleSpecification {
0 commit comments