aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 63065c4e7a71bd76205e015442d27a8577dba002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- mode: org -*-

* Master (unreleased)

** New features

- The 'configfile' keyword (introduced in Snakemake version 3.1) is
  now recognized.

- The 'onsuccess' and 'onerror' keywords (introduced in Snakemake
  version 3.2.1) are now recognized.

- Indentation for field values starting on the line below a field key
  is now supported.  New variable `snakemake-indent-value-offset'
  controls the offset for the value and replaces the variable
  `snakemake-indent-run-offset'.

* v0.2.0

** New features

- Both the executable and flags for the Snakemake `compile-command' are
  now customizable.

- New command `snakemake-compile-rule' runs Snakemake with the rule at
  point as the target.

- Subworkflow blocks are now supported.

- The 'ruleorder' keyword is now recognized.