add nextflow d30e48d
This commit is contained in:
7
nextflow/validation/wave-tests/example2/demo.nf
Normal file
7
nextflow/validation/wave-tests/example2/demo.nf
Normal file
@@ -0,0 +1,7 @@
|
||||
include { hello } from './modules/foo'
|
||||
|
||||
workflow {
|
||||
hello()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user