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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ docker build -t my-image .
195
195
196
196
!!! tip
197
197
198
-
If you didn't complete the steps above, you can copy a public image to use in the following sections with two commnads: `docker pull quay.io/biocontainers/salmon:0.14.1--h86b0361_1` and `docker tag quay.io/biocontainers/salmon:0.14.1--h86b0361_1 my-image`
198
+
If you didn't complete the steps above, use the 'rnaseq-nf' image used elsewhere in these materials by specifying `nextflow/rnaseq-nf` in place of `my-image` in the following examples.
199
199
200
200
You can run the software installed in the container by using the `run` command. For example, you can check that Salmon is running correctly in the container generated above by using the following command:
0 commit comments