Skip to content
Snippets Groups Projects
Commit 80771512 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix cluster process passing

parent 7bc7c3fd
Branches
Tags
1 merge request!73Develop
Pipeline #7389 failed with stages
in 12 minutes and 14 seconds
process { process {
executor = 'slurm' executor = 'slurm'
queue = '32GB' queue = 'super'
clusterOptions = '--hold' clusterOptions = '--hold'
withLabel: trackStart { withName:trackStart {
executor = 'local' executor = 'local'
} }
withLabel: checkDesignFile { withName:checkDesignFile {
executor = 'local' executor = 'local'
} }
withLabel: count211 { withName:count211 {
queue = '128GB,256GB,256GBv1,384GB' queue = '128GB,256GB,256GBv1,384GB'
} }
withLabel: count302 { withName:count302 {
queue = '128GB,256GB,256GBv1,384GB' queue = '128GB,256GB,256GBv1,384GB'
} }
withLabel: count310 { withName:count310 {
queue = '128GB,256GB,256GBv1,384GB' queue = '128GB,256GB,256GBv1,384GB'
} }
withLabel: versions { withName:versions {
executor = 'local' executor = 'local'
} }
withLabel: multiqc { withName:multiqc {
executor = 'local' executor = 'local'
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment