Skip to content

Commit 0d8e47e

Browse files
authored
Merge pull request #373 from pinin4fjords/patch-2
Don't make learners dig in Biocontainers
2 parents 6d92b50 + 2183b22 commit 0d8e47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic_training/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Nextflow automatically sets up an environment for the given package names listed
670670

671671
!!! question "Exercise"
672672

673-
The tools `fastqc` and `salmon` are both available in BioContainers. Add the appropriate `container` directives to the `FASTQC` and `QUANTIFICATION` processes in `script5.nf` to use BioContainers instead of the container image you have been using in this training.
673+
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.
674674

675675
!!! tip "Hint"
676676

0 commit comments

Comments
 (0)