Skip to content

Commit 714d158

Browse files
committed
all I do is typo
1 parent 8f63ec9 commit 714d158

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/13-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,11 @@ This is an interactive installation through the command line. Review and accept
180180
the license agreement, then work through the prompts. The defaults are probably
181181
fine. Accept its offer to initialize your environment (`conda init`), then run
182182
the suggested command to load the `conda` base environment so you can use it
183-
straightaway. Finally, install Snakemake:
183+
straightaway. Finally, install Snakemake from the [bioconda channel](
184+
https://anaconda.org/bioconda):
184185

185186
```
186-
$ conda install -y -c biodonda graphviz matplotlib numpy snakemake
187+
$ conda install -y -c bioconda graphviz matplotlib numpy snakemake
187188
```
188189
{: .language-bash}
189190

0 commit comments

Comments
 (0)