We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652d7c3 commit 605f676Copy full SHA for 605f676
exemplary_workflow/snakemake/README.md
@@ -12,11 +12,11 @@ conda install -n base -c conda-forge mamba
12
```
13
You can then install snakemake with
14
```sh
15
-mamba env create -c conda-forge -c bioconda -n snakemake snakemake
+mamba create -c conda-forge -c bioconda -n snakemake snakemake
16
17
If you don't want to use Mamba, install snakemake with the usual command
18
19
-conda env create -c conda-forge -c bioconda -n snakemake snakemake
+conda create -c conda-forge -c bioconda -n snakemake snakemake
20
21
22
## Running the exemplary workflow
0 commit comments