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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Preliminary commands to run before the workflow execution.
22
22
23
23
### `task`
24
24
25
-
Whether to run Snakemake or to generate a container image specification (in the form of a Dockerfile) that contains all required environments. Can be either `run` or `containerize`. Default `run`.
25
+
Whether to run Snakemake or to generate a container image specification (`Dockerfile`, `apptainer.def`) that contains all required environments. Can be either `run` or `containerize`. Default `run`.
26
26
27
27
### `show-disk-usage-on-error`
28
28
@@ -36,6 +36,14 @@ Snakemake version to install from conda. Default `*` (latest available version f
36
36
37
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
38
39
+
### `install-apptainer`
40
+
41
+
Whether to install Apptainer (true/false). Default `false`.
42
+
43
+
### `containerize-args`
44
+
45
+
Additional arguments for `containerize`, can be one of 'dockerfile', 'apptainer' or '' (defaults to dockerfile).
46
+
39
47
## Example usage
40
48
41
49
```yaml
@@ -69,4 +77,5 @@ Optional Snakemake git branch to install from `https://github.com/snakemake/snak
0 commit comments