# HG changeset patch # User ufz # Date 1749564461 0 # Node ID 9c34e2ececc9640d11c660fcc2aed611dd636355 # Parent 2eb0532a911c97c8443ef1ccf1b828978f5e8b57 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/scripting/ commit eb10798d29ff874c5239afaebeaa47d94bc7bc37 diff -r 2eb0532a911c -r 9c34e2ececc9 general.xml --- a/general.xml Fri Apr 11 15:20:00 2025 +0000 +++ b/general.xml Tue Jun 10 14:07:41 2025 +0000 @@ -1,4 +1,4 @@ - + singularity @@ -28,7 +28,7 @@ ## --cpus 1 # disabled because rootless cgroups requires cgroups v2 ## --memory "\$((1024 * \${GALAY_MEMORY_MB:-8192}))" # not needed on EVE ## bind Galaxy's file dir, otherwise we need to copy input file to JWD - --bind '$__app__.config.file_path:$__app__.config.file_path' + --bind '$__app__.config.file_path:$__app__.config.file_path:ro' $image.fields.container_params '$image.fields.image' $image.fields.interpreter 'script/script'