Mercurial > repos > kkonganti > cfsan_centriflaken
diff 0.4.2/nextflow.config @ 120:d8662bd297b9
planemo upload
author | kkonganti |
---|---|
date | Wed, 03 Jul 2024 11:58:14 -0400 |
parents | a646fee152da |
children | b8bbb216814d |
line wrap: on
line diff
--- a/0.4.2/nextflow.config Wed Jul 03 11:42:10 2024 -0400 +++ b/0.4.2/nextflow.config Wed Jul 03 11:58:14 2024 -0400 @@ -154,8 +154,10 @@ k8s.namespace = 'galaxy' k8s.serviceAccount = 'default' k8s.maxErrorRetry = 3 - k8s.storageMountPath = '/galaxy' - k8s.storageSubPath = '/galaxy' + k8s.pod = [ + [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db', [subPath: '/galaxy/cfsan-centriflaken-db']], + [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs', [subPath: '/galaxy/nf-work-dirs']] + ] singularity.enabled = false docker.enabled = true params.enable_conda = false