Skip to content

Commit 884d667

Browse files
authored
Use Nextflow language for NF scripts (not configs) (#849) [ci skip]
To be merged once the new Nextflow language syntax is merged into Seqera docs: seqeralabs/docs#653
1 parent 600426a commit 884d667

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Nextflow can use the container that Seqera Containers built in the previous sect
3939

4040
1. 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

165165
1. 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

330330
1. 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

0 commit comments

Comments
 (0)