We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f63ec9 commit 714d158Copy full SHA for 714d158
_episodes/13-cluster.md
@@ -180,10 +180,11 @@ This is an interactive installation through the command line. Review and accept
180
the license agreement, then work through the prompts. The defaults are probably
181
fine. Accept its offer to initialize your environment (`conda init`), then run
182
the suggested command to load the `conda` base environment so you can use it
183
-straightaway. Finally, install Snakemake:
+straightaway. Finally, install Snakemake from the [bioconda channel](
184
+https://anaconda.org/bioconda):
185
186
```
-$ conda install -y -c biodonda graphviz matplotlib numpy snakemake
187
+$ conda install -y -c bioconda graphviz matplotlib numpy snakemake
188
189
{: .language-bash}
190
0 commit comments