Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.4.2/nextflow.config @ 140:7ab975454646
planemo upload
author | kkonganti |
---|---|
date | Thu, 11 Jul 2024 12:47:02 -0400 |
parents | c5daa29f933c |
children | 3bae471a5e14 |
comparison
equal
deleted
inserted
replaced
139:c5daa29f933c | 140:7ab975454646 |
---|---|
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.maxErrorRetry = 3 | 156 k8s.computeResourceType = 'Job' |
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 [priorityClassName: 'galaxy-job-priority'] |