Skip to content

Releases: Barski-lab/biowardrobe-airflow-plugins

Update Saturation plugin to produce FRIP plot

23 Jan 20:26
Compare
Choose a tag to compare
1.1.3

Update SatScript plugin to produce FRIP plot

Bug fixes

15 Jan 19:16
Compare
Choose a tag to compare

Fix bug when getting cwl_workflow in BioWardrobePluginJobDispatcher and BioWardrobePluginJobGatherer

After update of cwl-airflow-parser, CWLDAG doesn't have attribute cwl_workflow anymore.
Now it should be taken as self.dag.default_args["cwl_workflow"]

Fixed bug to support Airflow 1.10.0

23 Sep 15:16
Compare
Choose a tag to compare
Fix bug for Airflow 1.10.0

When creating DagRun, the execution
date can be either omitted or set as
timezone.utcnow.

Updated dependecies

18 Sep 23:32
Compare
Choose a tag to compare

Uses latest:
cwl-airflow-parser (at the moment of release it's 1.0.20180918220755)
cwltool (at the moment of release it's 1.0.20180912090223)
apache-airflow (at the moment of release it's 1.10.0)