You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,14 @@ Whether to run Snakemake or to generate a container image specification (in the
28
28
29
29
Whether used disk space shall be printed if Snakemake fails. Can be either `true` or `false` (default: `false`).
30
30
31
+
### `snakemake-version`
32
+
33
+
Snakemake version to install from conda. Default `*` (latest available version from the configured channels).
34
+
35
+
### `snakemake-branch`
36
+
37
+
Optional Snakemake git branch to install from `https://github.com/snakemake/snakemake`. If set, this takes precedence over `snakemake-version` and Snakemake is installed from source via pip.
38
+
31
39
## Example usage
32
40
33
41
```yaml
@@ -47,6 +55,14 @@ Whether used disk space shall be printed if Snakemake fails. Can be either `true
47
55
stagein: ""# additional preliminary commands to run (can be multiline)
0 commit comments