summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-07-04 09:16:14 -0400
committerKyle Meyer <kyle@kyleam.com>2017-07-04 09:16:14 -0400
commit8a4da1125dd284e55139084d62fb29af5bcbcc20 (patch)
tree94285e2478d7bed5d74a6000567d3b8b90ae80c0
parent22b3efd741e26f59e18c9fd28691d8b84c9130ab (diff)
downloadsnakemake-mode-8a4da1125dd284e55139084d62fb29af5bcbcc20.tar.gz
guix-snakemake-environment: Edit description
-rwxr-xr-xguix-snakemake-environment8
1 files changed, 4 insertions, 4 deletions
diff --git a/guix-snakemake-environment b/guix-snakemake-environment
index 18f6c85..7f7e747 100755
--- a/guix-snakemake-environment
+++ b/guix-snakemake-environment
@@ -2,10 +2,10 @@
### Set up a pure environment for snakemake.el commands
###
-### If `snakemake-shell-file-name' is points to this file,
-### `snakemake-term-start` will start a terminal with an environment
+### If `snakemake-shell-file-name' points to this file,
+### `snakemake-term-start' will start a terminal with an environment
### that exposes snakemake and the dependencies defined in "guix.scm",
-### which should be located in the same directory as the current
-### Snakefile.
+### a file which should be located in the same directory as the
+### current Snakefile.
guix environment --pure -l guix.scm --ad-hoc snakemake