File: guix-snakemake-environment

package info (click to toggle)
elpa-snakemake 2.0.0%2Bgit20231210.4ad41da-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: lisp: 2,325; makefile: 41; python: 17; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

### Set up a pure environment for snakemake.el commands
###
### 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 "manifest.scm",
### a file which should be located in the same directory as the
### current Snakefile.

guix environment --pure -m manifest.scm --ad-hoc snakemake