add nextflow d30e48d
This commit is contained in:
10
nextflow/tests/task-ext.config
Normal file
10
nextflow/tests/task-ext.config
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
params {
|
||||
value = 'value'
|
||||
}
|
||||
|
||||
process {
|
||||
withName: 'HELLO' {
|
||||
ext.args = "--some-param ${params.value}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user