Skip to content

Commit

Permalink
Fix Snakemake README (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Mar 14, 2024
1 parent 652d7c3 commit 605f676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exemplary_workflow/snakemake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ conda install -n base -c conda-forge mamba
```
You can then install snakemake with
```sh
mamba env create -c conda-forge -c bioconda -n snakemake snakemake
mamba create -c conda-forge -c bioconda -n snakemake snakemake
```
If you don't want to use Mamba, install snakemake with the usual command
```sh
conda env create -c conda-forge -c bioconda -n snakemake snakemake
conda create -c conda-forge -c bioconda -n snakemake snakemake
```

## Running the exemplary workflow
Expand Down

0 comments on commit 605f676

Please sign in to comment.