cls

Cloud Life Sciences

Analytics & IoTGCP
General

General information about the service.

Description

Cloud Life Sciences is a suite of services and tools for managing, processing, and transforming life sciences data, enabling genomics pipelines and biomedical analysis at scale.

Service ID

lifesciences.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/pipelines/{pipeline}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

cls-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

regional

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_cloud_run_v2_job" "pipeline" {
2 name = "cls-${var.workload}-${var.environment}"
3 location = var.region
4 template {
5 template {
6 containers {
7 image = "gcr.io/cloud-lifesciences/samtools"
8 }
9 }
10 }
11}
Utilities

Utilities to support app deployment or configuration.