File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Nextflow can use the container that Seqera Containers built in the previous sect
3939
40401 . Create a ` main.nf ` file with the following contents:
4141
42- ``` groovy
42+ ``` nextflow
4343 process SAMTOOLS {
4444 container '<container_uri>'
4545 debug true
@@ -164,7 +164,7 @@ Nextflow can use Wave to seamlessly build a container directly from a Dockerfile
164164
1651651 . Create a ` wave.nf ` file with the following contents:
166166
167- ``` groovy
167+ ``` nextflow
168168 include { HELLO } from './modules/gamma'
169169
170170 workflow {
@@ -329,7 +329,7 @@ Nextflow can use the container that Wave froze to the build repository that you
329329
3303301 . Create a ` main.nf ` file with the following contents:
331331
332- ``` groovy
332+ ``` nextflow
333333 process FAKER {
334334 container 'docker.io/example-user/repo:faker--2aa7a4d826a76301'
335335 debug true
You can’t perform that action at this time.
0 commit comments