add nextflow d30e48d
This commit is contained in:
15
nextflow/tests/task-ext-block.nf
Normal file
15
nextflow/tests/task-ext-block.nf
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
workflow {
|
||||
FOO()
|
||||
BAR()
|
||||
}
|
||||
|
||||
process FOO {
|
||||
exec:
|
||||
println "FOO: ${task.ext}"
|
||||
}
|
||||
|
||||
process BAR {
|
||||
exec:
|
||||
println "BAR: ${task.ext}"
|
||||
}
|
||||
Reference in New Issue
Block a user