blob: f5483f1feccf159c1cfddd31598034313a7762d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*- mode: org -*-
* Master (unreleased)
** 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.
|