Skip to content

Commit 605f676

Browse files
authored
Fix Snakemake README (BAMresearch#76)
1 parent 652d7c3 commit 605f676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exemplary_workflow/snakemake/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ conda install -n base -c conda-forge mamba
1212
```
1313
You can then install snakemake with
1414
```sh
15-
mamba env create -c conda-forge -c bioconda -n snakemake snakemake
15+
mamba create -c conda-forge -c bioconda -n snakemake snakemake
1616
```
1717
If you don't want to use Mamba, install snakemake with the usual command
1818
```sh
19-
conda env create -c conda-forge -c bioconda -n snakemake snakemake
19+
conda create -c conda-forge -c bioconda -n snakemake snakemake
2020
```
2121

2222
## Running the exemplary workflow

0 commit comments

Comments
 (0)