Skip to content

Latest commit

 

History

History
 
 

2_Virtual_Machines_&_Docker_Containers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Use GCP for Virtual Machines & Docker Containers

In this section, you'll get information about using GCP services to run Virtual Machines (VMs) or docker container images on GCP. You'll use Google Compute Engine VMsm, which are called Google Compute Engine (GCE) instances. Additionally you can use services to orchestrate clusters of VMs or docker containers such as Google Kubernetes Engine (or K8).

Alternatively you can use bioinformatics pipeline & workflow languages and services to coordinate groups of VMs or containers. These APIs include WDL/cromwell, Nextflow and others.

You'll also see how to create a Notebook VM instance using a GCP template, so that you can use a Jupyter notebook for your analysis job.

📺 Click below to see Lynn's 3 minute intro to this section

GCP Compute

Read Examples

For examples on different possible ways to run a bioinformatics tool, read...

  • Article: GPU-Optimized Pipelines: NVIDIA Clara Parabricks Pipelines as a GCP Deployment published on Substack
  • Article: Blast 10 Ways - Adventures in Bioinformatics Tool Deployments published on Medium.
  • Book: Genomics in the Cloud - using Docker, GATK, and WDL in Terra published link to preview this book on O'Reilly