process { executor = 'slurm' queue = 'super' clusterOptions = '--hold' withName:trackStart { executor = 'local' } withName:checkDesignFile { executor = 'local' } withName:untarBCL { queue = 'super' } withName:cellranger_mkfastq { queue = '128GB,256GB,256GBv1,384GB' } withName:spaceranger_mkfastq { queue = '128GB,256GB,256GBv1,384GB' } withName:fastqc { queue = 'super' } withName:versions { executor = 'local' } withName:multiqc { executor = 'local' } }