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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,15 @@ and performs the analysis in a single step:
36
36
37
37
The workflow is compatible with both local execution and HPC environments utilizing SLURM.
38
38
The latter requires installing the [Snakemake executor plugin for SLURM](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html).
39
-
It supports dependency management through either conda or Singularity, as detailed in the
39
+
It supports dependency management through either conda or Apptainer/Singularity, as detailed in the
0 commit comments