Skip to content

Commit 7ccca35

Browse files
authored
Be more explicit in the conda env creation
1 parent 4c57a31 commit 7ccca35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basic_training/containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ Contrary to other registries that will pull the latest image when no tag (versio
613613
You can also install `galaxy-util-tools` and search for _mulled_ containers in your CLI. You'll find instructions below, using conda to install the tool.
614614

615615
```bash
616-
conda activate a-conda-env-you-already-have
617-
conda install galaxy-tool-util
616+
conda create -n galaxy-tool-util -y galaxy-tool-util # Create a new environment with 'galaxy-tool-util' installed
617+
conda activate galaxy-tool-util
618618
mulled-search --destination quay singularity --channel bioconda --search bowtie samtools | grep mulled
619619
```
620620

0 commit comments

Comments
 (0)