Releases: latchbio/latch
Releases · latchbio/latch
2.35.0
Added
- Snakemake
- Remote register support
downloadfield for file inputsconfigfield for file inputs- Blanket support for parameters of any type via the
SnakemakeParameterclass - Support for generating a
latch_metadatadirectory from aconfig.yamlwithlatch generate-metadata - Support for default values for parameters
Changed
- Snakemake
- JIT register step no longer downloads input files by default
latch_metadatashould now be a module (directory containing an__init__.pyfile), as opposed to just being a file
Latch 2.19.4
Latch 2.19.2
Dependencies
- Upgrade lytekit to
0.14.10
Latch 2.15.1
New Features
- Verified MAFFT alignment workflow stub
Enhancements/Bug Fixes
- Parameter flow forks should preserve the order of branches
- Custom tasks with less than 32 cores receive correct toleration
Latch 2.14.1
New Features
- SampleSheet metadata to
LatchParameter-- allows for importing samples from Registry
Enhancements/Bug Fixes
latchcommands which require authentication prompt user for token when no browser is present on machine
Latch 2.13.5
Enhancements/Bug Fixes
latch registerssh-keygen bug when.latchfolder does not exist
Dependencies
- lytekit upgraded to version
0.14.9
Latch 2.13.3
New Features
latch init: Docker in Docker template workflowlatch init: Docker base image- Small, medium, and large tasks use the Sysbox runtime to run Docker and other system software within task containers
Enhancements/Bug Fixes
- Internal state file should be automatically created when running
latch registerandlatch develop
Latch 2.13.1
Latch 2.13.1
New Features
- The
latch dockerfilecommand which auto-generates a Dockerfile from files in the workflow directory. - The
latch initcommand can use base images with hardware acceleration using the--cudaand the--openclflags - The
latch initcommand does not populate the workflow directory with a Dockerfile by default - The
latch initcommand will populate the workflow directory with a Dockerfile if passed--dockerfile - The
latch registerandlatch developcommands auto-generate a dockerfile from files in the workflow directory if no Dockerfile is present - Documentation for the auto-generated Dockerfile feature
Enhancements/Bug Fixes
- Quickstart tutorial is written factually
- Getting started docs are written factually
- Add latch/latch_cli/services/init/common to pypi release
Latch 2.12.1
Enhancements/Bug Fixes
latch developdocumentation updateslatch developthrows error if user does not have rsync installedpip install latchinstalls thewatchfilespackage forlatch develop
Latch 2.12.0
Enhancements/Bug Fixes
latch developdrops users directly into a shell in their docker environment. Local changes in the workflow directory and any subdirectories are automatically synced into the environment. Deleted local files are not deleted in the environment. However, any additions or modifications to files and directories are propagated.