- recipe latch
The Latch python bioinformatics framework.
- Homepage:
- License:
MIT / MIT
- Recipe:
It takes months to build infrastructure with the compute, storage, and user-friendly interface necessary to run bioinformatics pipelines at scale.
The Latch SDK is an open-source toolchain to define serverless bioinformatics workflows with plain python and deploy associated no-code interfaces using single command.
- Bioinformatics workflows developed with the SDK automatically receive:
* Instant no-code interfaces for accessibility and publication * First class static typing * Containerization and versioning of every registered change * Reliable and scalable managed cloud infrastructure * Single line definition of arbitrary resource requirements (eg. CPU, GPU) for serverless execution
- package latch¶
-
- Versions:
2.71.0-0,2.70.4-0,2.70.2-0,2.67.23-0,2.67.22-0,2.67.21-0,2.67.20-0,2.67.19-0,2.67.17-0,2.71.0-0,2.70.4-0,2.70.2-0,2.67.23-0,2.67.22-0,2.67.21-0,2.67.20-0,2.67.19-0,2.67.17-0,2.67.16-0,2.67.14-0,2.67.13-0,2.67.12-0,2.67.6-0,2.67.5-0,2.67.4-0,2.67.2-0,2.67.0-0,2.66.3-0,2.66.1-0,2.65.7-0,2.65.6-0,2.65.5-0,2.65.3-0,2.65.2-0,2.65.1-0,2.64.1-0,2.64.0-0,2.63.1-0,2.62.3-0,2.62.2-0,2.62.1-0,2.62.0-0,2.61.2-0,2.61.1-0,2.61.0-0,2.59.1-0,2.59.0-0,2.58.2-0,2.58.0-0,2.57.3-0,2.57.2-0,2.19.11-0- Depends:
on aioconsole
0.6.1on apscheduler
>=3.10.0on asyncssh
2.13.2on boto3
>=1.26.0on click
>=8.0on dill
>=0.4.0on docker-py
>=7.1.0on gitpython
3.1.40on gql
3.5.0on graphql-core
3.2.3on latch-persistence
>=0.1.5on lytekit
0.15.28on lytekitplugins-pods
0.7.4on orjson
>=3.10.12on paramiko
>=3.4.0on pyjwt
>=0.2.0on python
>=3.9on python-dateutil
>=2.8on python-kubernetes
>=24.2.0on pyxattr
>=0.8.1on requests
>=2.28.1on requests-toolbelt
>=1.0.0,<2on scp
>=0.14.0on setuptools
<78on tqdm
>=4.63.0on typing-extensions
>=4.12.0on watchfiles
0.19.0on websockets
11.0.3
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install latch
to add into an existing workspace instead, run:
pixi add latch
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install latch
Alternatively, to install into a new environment, run:
conda create -n envname latch
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/latch:<tag>
(see latch/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/latch/README.html)