Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Mar 9, 2022
1 parent 977f3c9 commit 80f89c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 80f89c5

Please sign in to comment.