Skip to content

Releases: HumanCellAtlas/lira

v0.4.3

31 Jan 03:37
38ab5e9
Compare
Choose a tag to compare

In this release, we:

  1. Fixed the Jenkins build job for Lira so it would be much easier to deploy the lira via Jenkins.
  2. Fixed the ctmpl template of the Kubernetes deployment file, so the config file will be rendered correctly now.

v0.4.0

05 Jan 18:19
2362b23
Compare
Choose a tag to compare

Adds support for multiple analysis WDLs per pipeline. Previously, we assumed that each pipeline had just one analysis WDL file. However, some analysis WDLs import additional files.

To support this, this version of Lira renames the analysis_wdl config field to analysis_wdls and expects it to be a list. All files in the list are included in the zip file sent to Cromwell when launching a workflow.

v0.3.0

14 Dec 20:20
c81dadd
Compare
Choose a tag to compare

This is the second versioned release of Lira. This is also the first release since our "Github Repository Re-organization" action finished.

  1. This version of Lira starts the workflow by reading the wdls from skylab and the adapter wdls from pipeline-tools
  2. This version of Lira relies on the external cromwell-tools and the pipeline-tools
  3. This version of Lira relies on the docker image: gcr.io/broad-dsde-mint-dev/listener:0.3.0

v0.2.0

21 Nov 19:46
8b1625f
Compare
Choose a tag to compare

This is the first versioned release of Lira. It reads WDLs from Google Cloud Storage and relies on an internal green_box_utils package to do most of its work.