comparison 0.4.2/nextflow.config @ 141:3bae471a5e14

planemo upload
author kkonganti
date Thu, 11 Jul 2024 12:49:32 -0400
parents 7ab975454646
children
comparison
equal deleted inserted replaced
140:7ab975454646 141:3bae471a5e14
151 151
152 gxkubernetes { 152 gxkubernetes {
153 process.executor = 'k8s' 153 process.executor = 'k8s'
154 k8s.namespace = 'galaxy' 154 k8s.namespace = 'galaxy'
155 k8s.serviceAccount = 'default' 155 k8s.serviceAccount = 'default'
156 k8s.computeResourceType = 'Job'
157 k8s.pod = [ 156 k8s.pod = [
158 [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'], 157 [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'],
159 [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'], 158 [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'],
160 [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'], 159 [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'],
161 [priorityClassName: 'galaxy-job-priority'] 160 [priorityClassName: 'galaxy-job-priority']