From fb3699a0de5ed786a3276e740af69aebd6d98d8a Mon Sep 17 00:00:00 2001 From: apca Date: Fri, 8 Nov 2024 09:05:58 +0100 Subject: [PATCH] Trying to get nextflow highlighted code on hello-world.nf --- course_contents/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course_contents/Tutorial.md b/course_contents/Tutorial.md index 12d2351..9229069 100644 --- a/course_contents/Tutorial.md +++ b/course_contents/Tutorial.md @@ -12,7 +12,7 @@ nextflow info Let's run our first script, 'Hello World!' script. -```{code-block} nextflow +```{code-block} groovy :caption: hello.nf #!/usr/bin/env nextflow