From e7894fc2ea49eec95d98f3956b53bc968be1921e Mon Sep 17 00:00:00 2001 From: Andrew Rambaut Date: Wed, 3 Aug 2022 21:13:10 +0000 Subject: [PATCH] Update installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 19d8d56..03e4faf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -48,7 +48,7 @@ Python, biopython, snakemake and minimap2 are required ```bash conda install -y "python>=3.6" conda install -y anaconda::biopython -conda install -y -c conda-forge -c bioconda "snakemake<5.11" # snakemake 5.11 will not work currently +conda install -y -c conda-forge -c bioconda "snakemake-minimal=5.8.1" # later snakemake versions will not work currently conda install -y bioconda::minimap2=2.17 ```