Repository 'cfsan_bettercallsal'
hg clone https://toolrepo.galaxytrakr.org/repos/kkonganti/cfsan_bettercallsal

Changeset 20:133571bf891f (2024-07-15)
Previous changeset 19:4b304d77bbfb (2024-07-15) Next changeset 21:4ce0e079377d (2024-07-15)
Commit message:
planemo upload
modified:
0.7.0/conf/computeinfra.config
0.7.0/conf/computeinfra.config
diff -r 4b304d77bbfb -r 133571bf891f 0.7.0/conf/computeinfra.config
0.7.0/conf/computeinfra.config
--- a/0.7.0/conf/computeinfra.config Mon Jul 15 11:20:22 2024 -0400
+++ b/0.7.0/conf/computeinfra.config Mon Jul 15 11:42:00 2024 -0400
@@ -155,17 +155,17 @@
 }
 
 gxkubernetes {
-        process.executor = 'k8s'
-        k8s.namespace = 'galaxy'
-        k8s.serviceAccount = 'default'
-        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'],
-            [priorityClassName: 'galaxy-job-priority']
-        ]
-        singularity.enabled = false
-        docker.enabled = true
-        params.enable_conda = false
-        params.enable_module = false
-    }
+    process.executor = 'k8s'
+    k8s.namespace = 'galaxy'
+    k8s.serviceAccount = 'default'
+    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'],
+        [priorityClassName: 'galaxy-job-priority']
+    ]
+    singularity.enabled = false
+    docker.enabled = true
+    params.enable_conda = false
+    params.enable_module = false
+}