diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 22:02:06 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 22:46:40 -0500 |
commit | 53d822ba91fee2a043f6f534df7e9189dfd75b91 (patch) | |
tree | 51547ddbbd935f490ea944d215ad0eba32d5ff0b /NEWS | |
parent | 49f2ea5f3cce3d33e2133df2b7e1ede752e65994 (diff) | |
download | snakemake-mode-53d822ba91fee2a043f6f534df7e9189dfd75b91.tar.gz |
transient: Replace --jobs with --cores
--cores was added as a synonym for --jobs in v3.10.0 (2012), and, as
of v6.5.0, --cores and --jobs are distinct things for cloud/cluster
jobs. Wait to add --jobs until it's requested.
Message-Id: <20220222030207.204401-3-kyle@kyleam.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ NEWS -- history of user-visible changes -*- mode: org; -*- transient, ~snakemake~. snakemake.el now depends on Transient rather than Magit Popup. +- The ~--jobs~ argument in the ~snakemake~ transient has been replaced + by ~--cores~ to follow upstream changes. ~--cores~ is bound to + ~-c~, and ~--use-conda~ has been moved from ~-c~ to ~-C~. + - The 'name' keyword (new in Snakemake v5.31.0) is now recognized. * v1.8.0 |