Skip to content

CCT-1232: Alphafold Structure search database deploy workflow:

David Ernesto Gomez Gutierrez requested to merge feature/gcs-batch-trigger into main

This module implements a trigger that launch a GCP Batch Job (via Cloud Workflows) when a new object is created in a bucket. The purpose is to use the file in format zip uploaded to the bucket, mount the bucket into a Cloud Batch VM, extract it into a persistent disk and run some analysis using the data contained in the object.

Merge request reports