Files
ma/nextflow/validation/wave-tests/example2/demo.nf
2026-04-29 23:01:54 +02:00

8 lines
65 B
Plaintext

include { hello } from './modules/foo'
workflow {
hello()
}