diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-19 22:01:02 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-19 22:20:52 -0400 |
commit | efbfad46bb98d8f2884747c241cd2b17a085244c (patch) | |
tree | de7cfe3677e1861c2d98e09d9c166508538fe45b /NEWS | |
parent | a58a7153f69838922fc207a83316f1abd7038e89 (diff) | |
download | snakemake-mode-efbfad46bb98d8f2884747c241cd2b17a085244c.tar.gz |
Add snakemake-graph-this-file command
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ NEWS -- history of user-visible changes -*- mode: org; -*- +* v0.5.0 (unreleased) + +** New features + +- New command ~snakemake-graph-this-file~ displays the graph for the + first rule of the current file. Similar functionality is available + from ~snakemake-graph~, which supports graphing any target in the + file, but you may find the new command useful if your workflow + involves frequently using Snakemake's ~--snakefile~ option. + * v0.4.0 ** New features |