Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.2.1/nextflow.config @ 17:1cb92deb15f8
"planemo upload"
author | kkonganti |
---|---|
date | Tue, 28 Jun 2022 19:54:23 -0400 |
parents | 4f010d01be86 |
children | 4f9f145d1946 |
comparison
equal
deleted
inserted
replaced
16:589620eec35d | 17:1cb92deb15f8 |
---|---|
84 } | 84 } |
85 | 85 |
86 cingularitygac { | 86 cingularitygac { |
87 process.executor = 'slurm' | 87 process.executor = 'slurm' |
88 executor.$slurm.exitReadTimeout = 60000 | 88 executor.$slurm.exitReadTimeout = 60000 |
89 process.queue = 'q16cpu' | 89 process.queue = 'q8cpu' |
90 process.cpus = 4 | 90 process.cpus = 4 |
91 singularity.enabled = true | 91 singularity.enabled = true |
92 singularity.autoMounts = true | 92 singularity.autoMounts = true |
93 docker.enabled = false | 93 docker.enabled = false |
94 params.enable_conda = false | 94 params.enable_conda = false |
109 } | 109 } |
110 | 110 |
111 kondagac { | 111 kondagac { |
112 process.executor = 'slurm' | 112 process.executor = 'slurm' |
113 executor.$slurm.exitReadTimeout = 60000 | 113 executor.$slurm.exitReadTimeout = 60000 |
114 process.queue = 'q16cpu' | 114 process.queue = 'q8cpu' |
115 process.cpus = 4 | 115 process.cpus = 4 |
116 singularity.enabled = false | 116 singularity.enabled = false |
117 docker.enabled = false | 117 docker.enabled = false |
118 params.enable_conda = true | 118 params.enable_conda = true |
119 params.enable_module = false | 119 params.enable_module = false |