# HG changeset patch # User kkonganti # Date 1659108326 14400 # Node ID 778b2e98af387263cf8790e153b65ef8f9908f0b # Parent 8d7f482c64de7282768d6f33b56800ecf6b9010e "planemo upload" diff -r 8d7f482c64de -r 778b2e98af38 0.3.0/nextflow.config --- a/0.3.0/nextflow.config Fri Jul 29 11:11:07 2022 -0400 +++ b/0.3.0/nextflow.config Fri Jul 29 11:25:26 2022 -0400 @@ -86,7 +86,7 @@ cingularitygac { process.executor = 'slurm' executor.$slurm.exitReadTimeout = 120000 - process.queue = 'q8cpu' + process.queue = 'centriflaken' process.cpus = 4 singularity.enabled = true singularity.autoMounts = true @@ -111,7 +111,7 @@ kondagac { process.executor = 'slurm' executor.$slurm.exitReadTimeout = 120000 - process.queue = 'q8cpu' + process.queue = 'centriflaken' process.cpus = 4 singularity.enabled = false docker.enabled = false