diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-07-04 09:16:14 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-07-04 09:16:14 -0400 |
commit | 8a4da1125dd284e55139084d62fb29af5bcbcc20 (patch) | |
tree | 94285e2478d7bed5d74a6000567d3b8b90ae80c0 | |
parent | 22b3efd741e26f59e18c9fd28691d8b84c9130ab (diff) | |
download | snakemake-mode-8a4da1125dd284e55139084d62fb29af5bcbcc20.tar.gz |
guix-snakemake-environment: Edit description
-rwxr-xr-x | guix-snakemake-environment | 8 |
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 |