From 51a2dd659e7c738899980f79d1cdcbda8213e90f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Apr 2016 18:37:07 -0400 Subject: commentary: Add graph commands --- snakemake.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'snakemake.el') 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 -- cgit v1.2.3