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

Rejigger process queues

parent 0ad4bb2a
Branches
Tags
2 merge requests!8Develop,!6Resolve "Add MultiQC"
Pipeline #3474 passed with stages
in 1 minute and 37 seconds
......@@ -11,18 +11,22 @@ process {
module = ['pigz/2.4']
queue = 'super'
}
withLabel: mkfastq {
withLabel:mkfastq {
module = ['cellranger/3.0.2', 'bcl2fastq/2.19.1']
queue = '128GB,256GB,256GBv1,384GB'
}
withLabel: fastqc {
withLabel:fastqc {
module = ['fastqc/0.11.5', 'parallel']
executor = 'super'
}
withLabel: multiqc {
module = ['multiqc/1.7']
withLabel:versions {
module = ['python/3.6.1-2-anaconda']
executor = 'local'
}
withLabel:multiqc {
module = ['multiqc/1.7']
executor = 'super'
}
}
......
......@@ -150,6 +150,8 @@ process versions {
process multiqc {
queue 'super'
publishDir "$outDir/${task.process}", mode: 'copy'
input:
......
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