Skip to content

Commit

Permalink
Fix Snakemake README
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Mar 12, 2024
1 parent 3c6ff77 commit 3357c97
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 3357c97

Please sign in to comment.