Skip to content

Commit

Permalink
MRG: update tutorial to remove bioconda & use sourmash-minimal (#2972)
Browse files Browse the repository at this point in the history
Tested this series on farm in an empty account 馃帀
  • Loading branch information
ctb committed Feb 5, 2024
1 parent 7b18302 commit 3af9a04
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions doc/tutorial-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,12 @@ source ~/.bash_profile
```
otherwise, follow the instructions [here](https://github.com/conda-forge/miniforge#install).

## Add bioconda

sourmash is installed from the [bioconda software channel](https://bioconda.github.io/), so you'll need to add that to your config:

```
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict
```

## Install sourmash

To install sourmash, create a new environment named `smash` and install sourmash:

```
mamba create -y -n smash sourmash
mamba create -y -n smash sourmash-minimal
```

and then activate:
Expand Down

0 comments on commit 3af9a04

Please sign in to comment.