diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-16 11:21:17 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 12:38:07 -0400 |
commit | ab40d5ac70e99689ffec68b1e39d99c1c7b4a654 (patch) | |
tree | 0c3b992a48987096539e0d2ab7ec2e533eb87a3a /NEWS | |
parent | 6b538a9f5e2d9e9a138704b0a702ffe1237dc57b (diff) | |
download | snakemake-mode-ab40d5ac70e99689ffec68b1e39d99c1c7b4a654.tar.gz |
Add snakemake-graph command
Re: #9
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 |