Mercurial > repos > mbernt > singularity_scriptrunner
changeset 3:9c34e2ececc9 draft default tip
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/scripting/ commit eb10798d29ff874c5239afaebeaa47d94bc7bc37
author | ufz |
---|---|
date | Tue, 10 Jun 2025 14:07:41 +0000 |
parents | 2eb0532a911c |
children | |
files | general.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ -<tool id="singularity_scriptrunner" name="scriptrunner" version="0.2" profile="22.05"> +<tool id="singularity_scriptrunner" name="scriptrunner" version="0.3" profile="22.05"> <description>singularity</description> <creator> <person givenName="Matthias" familyName="Bernt" email="m.bernt@ufz.de" /> @@ -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'