Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.2.1/nextflow.config @ 39:36ca1a1156df
"planemo upload"
author | kkonganti |
---|---|
date | Thu, 30 Jun 2022 12:34:34 -0400 |
parents | d7c07f2456b4 |
children | 30191f39a957 |
comparison
equal
deleted
inserted
replaced
38:d7c07f2456b4 | 39:36ca1a1156df |
---|---|
83 clusterOptions = '--signal B:USR2' | 83 clusterOptions = '--signal B:USR2' |
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 = 120000 |
89 process.queue = 'q8cpu' | 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 |
108 clusterOptions = '--signal B:USR2' | 108 clusterOptions = '--signal B:USR2' |
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 = 120000 |
114 process.queue = 'q8cpu' | 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 |