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-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,20 @@ and performs the analysis in a single step:
31
31
./run_default_VIPERA.sh
32
32
```
33
33
34
-
This Snakemake workflow is compatible with both local execution and HPC environments utilizing SLURM. It supports dependency management through either conda or Singularity, as detailed in the [run modes documentation](config/README.md#run-modes).
34
+
The workflow is compatible with both local execution and HPC environments utilizing SLURM.
35
+
The latter requires installing the [Snakemake executor plugin for SLURM](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html).
36
+
It supports dependency management through either conda or Singularity, as detailed in the
> For example, `--use-conda` and `--use-singularity` are deprecated in Snakemake 8,
43
-
> and `--software-deployment-method conda apptainer` is the preferred way to provide the options. Additionally, SLURM support is only available after installing an
44
-
> [executor plugin for slurm](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html).
45
+
> For example, [profiles](https://snakemake.readthedocs.io/en/stable/getting_started/migration.html#profiles)
46
+
should be backwards compatible, but `--use-conda` is deprecated starting on Snakemake 8 and
47
+
`--software-deployment-method conda` is the preferred way to provide the options.
0 commit comments