What problem does it solve?
This Skill simplifies the creation, deployment, and management of complex bioinformatics workflows, making advanced computational biology accessible.
Core Features & Use Cases
- Workflow Development: Build serverless pipelines using Python decorators (
@workflow, @task).
- Data Management: Seamlessly handle cloud data with
LatchFile and LatchDir, and organize experiments with the Latch Registry.
- Resource Configuration: Easily specify compute resources (CPU, GPU, memory) for tasks.
- Verified Workflows: Leverage pre-built, production-ready pipelines for common analyses like RNA-seq and protein structure prediction.
- Use Case: A researcher needs to run AlphaFold on multiple protein sequences. They can use this Skill to define a workflow that takes sequences as input, runs AlphaFold using appropriate GPU resources, and stores the results in the Latch Registry.
Quick Start
Use the latchbio-integration skill to create a new Latch workflow named 'my-rnaseq-pipeline'.