Skip to content

Commit c2c2410

Browse files
committed
Pin Snakemake to a known working version
Try to future-proof the installation instructions a bit by pinning Snakemake to a version that should continue to work in the future.
1 parent e75a6a7 commit c2c2410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create and activate a Conda environment for Snakemake.
4141
You will use this environment to run the workflow.
4242

4343
```bash
44-
conda create --yes -c conda-forge -c bioconda -n snakemake snakemake
44+
conda create --yes -c conda-forge -c bioconda -n snakemake snakemake=8.9.0
4545
conda activate snakemake
4646
```
4747

0 commit comments

Comments
 (0)