Skip to content

Releases: snakemake/snakemake

Version 5.12.1

24 Mar 09:27
Compare
Choose a tag to compare

This release fixes a bug in the linter.

Version 5.12.0

24 Mar 09:18
Compare
Choose a tag to compare

Added

  • A new "cache: true" directive that allows to annotate between workflow caching eligibility for rules in the workflow.

Changed

  • Fixed the ability to supply functions for the thread directive.
  • Improved error messages for caching.

Version 5.11.2

19 Mar 13:49
Compare
Choose a tag to compare

Fixed a spurious error message complaining about missing singularity image if --use-singularity is not activated.

Version 5.11.1

16 Mar 22:39
Compare
Choose a tag to compare

This release provides a hotfix for a KeyError bug introduced with the previous release.

Version 5.11.0

16 Mar 21:08
Compare
Choose a tag to compare

This release adds an envvars directive for asserting the existence of environment variables. Moreover, it adds code quality linting via --lint. It is highly recommended to run --lint before publishing any workflow.

Version 5.10.0

20 Jan 12:13
Compare
Choose a tag to compare

This release introduces Jupyter notebook integration, among other new features. For details, see the change log.

Version 5.9.1

20 Dec 17:18
Compare
Choose a tag to compare

This release fixes a bug in the snakemake python package definition. See the release below for the true changes.

Version 5.9.0

20 Dec 17:00
Compare
Choose a tag to compare

This release introduces environment modules support and improves definition of threads. For details see the changelog.

Version 5.8.2

16 Dec 11:08
Compare
Choose a tag to compare

This is a bugfix release. For details see the changelog.

Version 5.8.1

15 Nov 14:34
Compare
Choose a tag to compare

This release fixes a bug introduced by forgetting to add a module to setup.py.