Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.4.2/nextflow.config @ 139:c5daa29f933c
planemo upload
author | kkonganti |
---|---|
date | Tue, 09 Jul 2024 13:09:06 -0400 |
parents | 04f6ac8ca13c |
children | 7ab975454646 |
comparison
equal
deleted
inserted
replaced
138:e051ec4961c3 | 139:c5daa29f933c |
---|---|
155 k8s.serviceAccount = 'default' | 155 k8s.serviceAccount = 'default' |
156 k8s.maxErrorRetry = 3 | 156 k8s.maxErrorRetry = 3 |
157 k8s.pod = [ | 157 k8s.pod = [ |
158 [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'], | 158 [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'], |
159 [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'], | 159 [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'], |
160 [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'] | 160 [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'], |
161 [priorityClassName: 'galaxy-job-priority'] | |
161 ] | 162 ] |
162 singularity.enabled = false | 163 singularity.enabled = false |
163 docker.enabled = true | 164 docker.enabled = true |
164 params.enable_conda = false | 165 params.enable_conda = false |
165 params.enable_module = false | 166 params.enable_module = false |