Mercurial > repos > kkonganti > cfsan_centriflaken
changeset 139:c5daa29f933c
planemo upload
author | kkonganti |
---|---|
date | Tue, 09 Jul 2024 13:09:06 -0400 |
parents | e051ec4961c3 |
children | 7ab975454646 |
files | 0.4.2/nextflow.config |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/0.4.2/nextflow.config Mon Jul 08 10:30:38 2024 -0400 +++ b/0.4.2/nextflow.config Tue Jul 09 13:09:06 2024 -0400 @@ -157,7 +157,8 @@ k8s.pod = [ [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'], [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'], - [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'] + [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'], + [priorityClassName: 'galaxy-job-priority'] ] singularity.enabled = false docker.enabled = true