add nextflow d30e48d
This commit is contained in:
22
nextflow/tests/task-ext-block.config
Normal file
22
nextflow/tests/task-ext-block.config
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
profiles {
|
||||
test {
|
||||
process {
|
||||
withName:'FOO' {
|
||||
ext {
|
||||
foo = 'foo'
|
||||
}
|
||||
}
|
||||
withName:'BAR' {
|
||||
ext {
|
||||
bar = 'bar'
|
||||
}
|
||||
}
|
||||
withName:'DOES_NOT_MATCH_ANYTHING' {
|
||||
ext {
|
||||
test = 'test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user