Skip to content

Commit eb0336f

Browse files
authored
upd: update of snakemake installation command through conda
1 parent 7583d1a commit eb0336f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENEO is a [Snakemake](https://snakemake.readthedocs.io/en/stable/) workflow deve
88
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:
99

1010
```
11-
conda create -n eneo -c bioconda snakemake singularity
11+
conda create -c conda-forge -c bioconda -c nodefaults -n snakemake snakemake apptainer
1212
```
1313

1414
To start, clone the repo using

0 commit comments

Comments
 (0)