From 5c5a31aacb0e6c79646b316b7e6c02f68f7c7912 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Apr 2016 18:59:32 -0400 Subject: commentary: Mention how Snakefile is located --- snakemake.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index 43a7a01..f2ca732 100644 --- a/snakemake.el +++ b/snakemake.el @@ -68,6 +68,13 @@ ;; It outputs a list of all concrete output files for the current ;; Snakefile. ;; +;; All these commands use the Snakefile contained in the +;; `default-directory' of the current buffer. If +;; `snakemake-root-dir-function' is non-nil, this function should +;; return a secondary directory (e.g., a project repository root) in +;; which to look for a Snakefile if there isn't one in the current +;; directory. +;; ;; 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 -- cgit v1.2.3