diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 12:46:26 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 12:46:26 -0400 |
commit | 512347793c67ac4a3959a285306c81fc6e940257 (patch) | |
tree | 73a35b4ff936ebee69414e405324e2e730e963f3 /NEWS | |
parent | 6b538a9f5e2d9e9a138704b0a702ffe1237dc57b (diff) | |
parent | cd3245cd632b27922f46c6122db24671140febe4 (diff) | |
download | snakemake-mode-512347793c67ac4a3959a285306c81fc6e940257.tar.gz |
Merge branch 'km/graph'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ NEWS -- history of user-visible changes -*- mode: org; -*- - The 'wrapper' keyword is now recognized. +- New command ~snakemake-graph~ displays the graph of dependencies for + a rule. (Thanks to Endre Bakken Stovner for the idea and initial + implementation.) + + * v0.3.0 ** New features |