Mercurial > repos > mbernt > singularity_scriptrunner
comparison general.xml @ 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 |
comparison
equal
deleted
inserted
replaced
2:2eb0532a911c | 3:9c34e2ececc9 |
---|---|
1 <tool id="singularity_scriptrunner" name="scriptrunner" version="0.2" profile="22.05"> | 1 <tool id="singularity_scriptrunner" name="scriptrunner" version="0.3" profile="22.05"> |
2 <description>singularity</description> | 2 <description>singularity</description> |
3 <creator> | 3 <creator> |
4 <person givenName="Matthias" familyName="Bernt" email="m.bernt@ufz.de" /> | 4 <person givenName="Matthias" familyName="Bernt" email="m.bernt@ufz.de" /> |
5 <organization name="Helmholtz Centre for Environmental Research - UFZ" url="https://www.ufz.de/"/> | 5 <organization name="Helmholtz Centre for Environmental Research - UFZ" url="https://www.ufz.de/"/> |
6 </creator> | 6 </creator> |
26 $image.fields.container_type | 26 $image.fields.container_type |
27 exec | 27 exec |
28 ## --cpus 1 # disabled because rootless cgroups requires cgroups v2 | 28 ## --cpus 1 # disabled because rootless cgroups requires cgroups v2 |
29 ## --memory "\$((1024 * \${GALAY_MEMORY_MB:-8192}))" # not needed on EVE | 29 ## --memory "\$((1024 * \${GALAY_MEMORY_MB:-8192}))" # not needed on EVE |
30 ## bind Galaxy's file dir, otherwise we need to copy input file to JWD | 30 ## bind Galaxy's file dir, otherwise we need to copy input file to JWD |
31 --bind '$__app__.config.file_path:$__app__.config.file_path' | 31 --bind '$__app__.config.file_path:$__app__.config.file_path:ro' |
32 $image.fields.container_params | 32 $image.fields.container_params |
33 '$image.fields.image' | 33 '$image.fields.image' |
34 $image.fields.interpreter 'script/script' | 34 $image.fields.interpreter 'script/script' |
35 #for $p in $parameters | 35 #for $p in $parameters |
36 #if $p.type_cond.type_sel == "data" | 36 #if $p.type_cond.type_sel == "data" |