diff options
-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 |