This feature is currently in alpha and undergoing active testing. We invite users to participate in our Alpha Testing Program to help shape its development.
Join the program: To enroll in the Alpha Testing Program, email Ayush at ayush@latch.bio.
Report issues: If you encounter any bugs or issues, please contact our support team at support@latch.bio.
Your feedback is invaluable and will directly influence improvements to this feature.
By applying learnings from our Nextflow integration, we are currently developing a second version of our Snakemake integration. The goal is to
Produce a developer experience that is straightforward with a shallow learning curve, and
Run workflows fully dynamically, without the use of a JIT workflow.
To get started, install the latest alpha build of latch (Note that the version below may be out of date, please check PyPI for the latest release marked “PRE-RELEASE”):
Copy
Ask AI
$ pip install latch==2.55.0.a6
Next, navigate to your Snakemake workflow directory. To register your workflow with Latch, you will need to follow the steps outlined below.
Configure your Snakefile to use Latch storage. Documentation ↗
Configure resources and containers for each of your rules. Documentation ↗