aboutsummaryrefslogtreecommitdiff
path: root/snakemake.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-04-17 18:37:07 -0400
committerKyle Meyer <kyle@kyleam.com>2016-04-17 19:05:02 -0400
commit51a2dd659e7c738899980f79d1cdcbda8213e90f (patch)
treec3266620704117cab6f66dc7894f0bd6acbe1042 /snakemake.el
parent512347793c67ac4a3959a285306c81fc6e940257 (diff)
downloadsnakemake-mode-51a2dd659e7c738899980f79d1cdcbda8213e90f.tar.gz
commentary: Add graph commands
Diffstat (limited to 'snakemake.el')
-rw-r--r--snakemake.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/snakemake.el b/snakemake.el
index e72388b..43a7a01 100644
--- a/snakemake.el
+++ b/snakemake.el
@@ -68,6 +68,12 @@
;; It outputs a list of all concrete output files for the current
;; Snakefile.
;;
+;; In addition to the popup commands, there are commands for showing
+;; and saving the dependency graph of a target. The command
+;; `snakemake-graph' displays the graph in a buffer. From this
+;; buffer, `snakemake-graph-save' can be called to save the graph to
+;; an output file.
+;;
;; [1] http://magit.vc/manual/magit-popup.html
;; [2] https://bitbucket.org/snakemake/snakemake/wiki/Home