@@ -0,0 +1,18 @@
nextflow.enable.dsl = 2
process hello {
container 'ubuntu:22.04'
output:
path 'hello.txt'
script:
"""
echo "Hello, from kubernetes" > hello.txt
hostname >> hello.txt
}
workflow {
hello()
The note is not visible to the blocked user.