Quick Start
Install the Latch CLI
-
Install Latch:
Run this in your terminal to install the Latch CLI and all of its dependancies:
-
Authenticate with Latch
Run this to authenticate your Latch CLI locally. This will open up a new browser window and authenticate the CLI using your account’s API key.
Create your first workflow
I want to use:
-
Create your workflow from a template
This will download the subprocess workflow template using the Latch SDK framework to a directory called covid-wf.
-
Register your workflow
This will upload your workflow to your account here on Latch where you can then view the parameters and run it.
To launch the workflow, use the Test Data button at the top of the parameters and click Launch.
-
Create your workflow from a template
This will download the subprocess workflow template using the Latch SDK framework to a directory called covid-wf.
-
Register your workflow
This will upload your workflow to your account here on Latch where you can then view the parameters and run it.
To launch the workflow, use the Test Data button at the top of the parameters and click Launch.
-
Create your workflow from a template
This will download the snakemake workflow template to a directory called snakemake-tutorial. Workflows can be written in snakemake and run natively on Latch.
4. Register your workflow
This will upload your workflow to your account here on Latch where you can then view the parameters and run it.
-
Congratulations! You successfully uploaded your first workflow to Latch
Next steps are:
- Understand how to author your own workflow.
- Understand how to test and debug your workflow.
- Read the Concepts page
Was this page helpful?