From 80f89c5efa99ab94389763ff2a36db3847c6e10f Mon Sep 17 00:00:00 2001 From: John Blischak Date: Wed, 9 Mar 2022 11:21:10 -0800 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2501ff4..f2d5ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## dev +## v1.2.0 - 2022-03-09 Full support for custom status scripts in a multi-cluster setup (requires minimum of Snakemake version 7.1.1) diff --git a/README.md b/README.md index 7dd5e59..addf638 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ post][sichong-post] by Sichong Peng nicely explains this strategy for replacing [`extras/`](extras/)) to [`--cluster-status`][cluster-status] to additionally handle the job statuses TIMEOUT and CANCELED -* **New** Support for cluster-cancel +* **New** Support for [cluster-cancel][] feature introduced in Snakemake 7.0.0 + (see [`examples/cluster-cancel/`](examples/cluster-cancel/)) * **New** Full support for [multi-cluster setups][multi_cluster] (using a custom status script requires Snakemake 7.1.1+). See the section [Multiple @@ -315,6 +316,7 @@ warranties. To make it official, it's released under the [CC0][] license. See [CC0]: https://creativecommons.org/publicdomain/zero/1.0/ [changelog]: https://snakemake.readthedocs.io/en/stable/project_info/history.html +[cluster-cancel]: https://snakemake.readthedocs.io/en/stable/tutorial/additional_features.html#using-cluster-cancel [cluster-config]: https://snakemake.readthedocs.io/en/stable/snakefiles/configuration.html#cluster-configuration-deprecated [cluster-execution]: https://snakemake.readthedocs.io/en/stable/executing/cluster.html [cluster-status]: https://snakemake.readthedocs.io/en/stable/tutorial/additional_features.html#using-cluster-status