summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-16 00:44:21 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-16 00:44:21 -0500
commit5c2678f1e42adcae4652550270c333f93307859e (patch)
treee60b781701039f692c956aff6f06324a3ee27488 /NEWS
parente1fb1f91dd6b557d23d97dd3dc376edf8773d8e6 (diff)
parent56571dceffa581bcaee6329c97a1608638bd44be (diff)
downloadsnakemake-mode-5c2678f1e42adcae4652550270c333f93307859e.tar.gz
Merge branch 'run-rule'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 672aa9b..f5483f1 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@
- 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.