# HG changeset patch # User kkonganti # Date 1720022294 14400 # Node ID d8662bd297b95b2e02e80f548f78fcbde4848967 # Parent fe85d7a64a038c93b6ed844d08a545b62f009764 planemo upload diff -r fe85d7a64a03 -r d8662bd297b9 0.4.2/nextflow.config --- 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