summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-16 00:43:44 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-16 00:43:44 -0500
commit56571dceffa581bcaee6329c97a1608638bd44be (patch)
treee60b781701039f692c956aff6f06324a3ee27488 /NEWS
parentb3134d154c8e9cc6fcb6f947a293399fe81e0faa (diff)
downloadsnakemake-mode-56571dceffa581bcaee6329c97a1608638bd44be.tar.gz
Add snakemake-compile-rule command
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.