You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basic_training/containers.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -613,8 +613,8 @@ Contrary to other registries that will pull the latest image when no tag (versio
613
613
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.
614
614
615
615
```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
@@ -674,7 +674,7 @@ Nextflow automatically sets up an environment for the given package names listed
674
674
675
675
!!! question "Exercise"
676
676
677
-
The tools `fastqc` and `salmon` are both available in Seqera Containers (`community.wave.seqera.io/library/fastqc:0.12.1--5cfd0f3cb6760c42` and `community.wave.seqera.io/library/salmon:1.10.3--482593b6cd04c9b7`, respectively). Add the appropriate `container` directives to the `FASTQC` and `QUANTIFICATION` processes in `script5.nf` to use Seqera Containers instead of the container image you have been using in this training.
677
+
The tools `fastqc` and `salmon` are both available in Biocontainers (`biocontainers/fastqc:v0.11.5` and `quay.io/biocontainers/salmon:1.7.0--h84f40af_0`, respectively). Add the appropriate `container` directives to the `FASTQC` and `QUANTIFICATION` processes in `script5.nf` to use Seqera Containers instead of the container image you have been using in this training.
0 commit comments