Skip to content

Commit

Permalink
Pin Snakemake to a known working version
Browse files Browse the repository at this point in the history
Try to future-proof the installation instructions a bit by pinning
Snakemake to a version that should continue to work in the future.
  • Loading branch information
huddlej committed Mar 20, 2024
1 parent e75a6a7 commit c2c2410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Create and activate a Conda environment for Snakemake.
You will use this environment to run the workflow.

```bash
conda create --yes -c conda-forge -c bioconda -n snakemake snakemake
conda create --yes -c conda-forge -c bioconda -n snakemake snakemake=8.9.0
conda activate snakemake
```

Expand Down

0 comments on commit c2c2410

Please sign in to comment.