add nextflow d30e48d
This commit is contained in:
13
nextflow/tests/task-ext.nf
Normal file
13
nextflow/tests/task-ext.nf
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
process HELLO {
|
||||
debug true
|
||||
|
||||
script:
|
||||
"""
|
||||
echo "args = ${task.ext.args}"
|
||||
"""
|
||||
}
|
||||
|
||||
workflow {
|
||||
HELLO()
|
||||
}
|
||||
Reference in New Issue
Block a user