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: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ENEO is a [Snakemake](https://snakemake.readthedocs.io/en/stable/) workflow deve
8
8
To execute the pipeline, it's required to have both [snakemake](https://snakemake.readthedocs.io/en/stable/) and [singularity](https://docs.sylabs.io/guides/3.1/user-guide/index.html) or [apptainer](https://apptainer.org/docs/user/latest/) installed. The easiest way to install both of them is using a dedicated conda environment. To create a new environment, use the following commands:
9
9
10
10
```
11
-
conda create -n eneo -c bioconda snakemake singularity
0 commit comments