blob: 12753ecd1b738b358395e5f50ca22b3553c3fb72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# -*- mode: org -*-
* Master (unreleased)
** New features
- The 'configfile' keyword (introduced in Snakemake version 3.1) is
now recognized.
* 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.
|