changeset 117:77672281b19b

planemo upload
author kkonganti
date Wed, 03 Jul 2024 11:18:16 -0400
parents b6fcae1983cb
children a646fee152da
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	Wed Jul 03 10:45:24 2024 -0400
+++ b/0.4.2/nextflow.config	Wed Jul 03 11:18:16 2024 -0400
@@ -31,7 +31,7 @@
 singularity.cacheDir = '/tmp'
 
 // Cleanup after running
-// cleanup = true
+cleanup = true
 
 profiles {
     standard {
@@ -154,6 +154,7 @@
         k8s.namespace = 'galaxy'
         k8s.serviceAccount = 'default'
         k8s.maxErrorRetry = 3
+        k8s.storageMountPath = '/galaxy'
         singularity.enabled = false
         docker.enabled = true
         params.enable_conda = false