Skip to content

v1.17.0

Compare
Choose a tag to compare
@ayushkamat ayushkamat released this 03 Sep 21:50
· 2151 commits to main since this release

Templates and Tags

This release brings the --template flag to latch init as well as a tags field in LatchMetadata.

Templates

The Latch SDK now supports creating two new template workflows automatically, namely one already with a Dockerfile that installs R, and one already with a Dockerfile that installs conda. To generate these, simply use latch init with the --template option like so:

>>> latch init [package_root] --template=[...]

Valid values for the template option as of now are r, conda, and default. In particular, the default option (as well as just not providing the flag itself) creates the default assemble_and_sort workflow.

Tags

You can now give workflows tags - simply provide a list of strings to the tags parameter in LatchMetadata. These tags will be rendered in the console, and can be used to describe the biological domains your workflow falls under.

What's Changed

New Contributors

  • @r614 made their first contribution in #155

Full Changelog: v1.16.1...v1.17.0