add nextflow d30e48d
This commit is contained in:
11
nextflow/tests/config-labels-included.config
Normal file
11
nextflow/tests/config-labels-included.config
Normal file
@@ -0,0 +1,11 @@
|
||||
process {
|
||||
withLabel: /.*/ {
|
||||
memory = 50.MB
|
||||
queue = 'all'
|
||||
}
|
||||
|
||||
withName: gamma {
|
||||
memory = 60.MB
|
||||
queue = 'foo'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user