Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.4.2/nextflow.config @ 121:b8bbb216814d
planemo upload
author | kkonganti |
---|---|
date | Wed, 03 Jul 2024 12:03:22 -0400 |
parents | d8662bd297b9 |
children | 98b5dd800883 |
comparison
equal
deleted
inserted
replaced
120:d8662bd297b9 | 121:b8bbb216814d |
---|---|
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.maxErrorRetry = 3 |
157 k8s.pod = [ | 157 k8s.pod = [ |
158 [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db', [subPath: '/galaxy/cfsan-centriflaken-db']], | 158 [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db', subPath: '/galaxy/cfsan-centriflaken-db'], |
159 [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs', [subPath: '/galaxy/nf-work-dirs']] | 159 [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs', subPath: '/galaxy/nf-work-dirs'] |
160 ] | 160 ] |
161 singularity.enabled = false | 161 singularity.enabled = false |
162 docker.enabled = true | 162 docker.enabled = true |
163 params.enable_conda = false | 163 params.enable_conda = false |
164 params.enable_module = false | 164 params.enable_module = false |