Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut authored Aug 3, 2022
1 parent 39318e9 commit e7894fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit e7894fc

Please sign in to comment.