Mercurial > repos > mbernt > singularity_scriptrunner
comparison tool-data/scripting_images.loc @ 0:3d41fa089db7 draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/scripting/ commit 9e9a0860d255a1fd6c43edd0fde9ea538ee679de
author | mbernt |
---|---|
date | Sun, 06 Aug 2023 15:20:57 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3d41fa089db7 |
---|---|
1 # the following six tab separated columns need to be set | |
2 # | |
3 # id | |
4 # a unique id to be used | |
5 # name | |
6 # name shown to the user | |
7 # image_name | |
8 # a path or URL to an image to use. Note that when using URLs | |
9 # it images will be pulled on the fly to the job working dir | |
10 # and the user executing the tools needs to take care of the | |
11 # image cache. | |
12 # interpreter | |
13 # the interpreter that should be applied to the user supplied scripts | |
14 # container_type | |
15 # apptainer/singularity | |
16 # container_params | |
17 # parameters to be passed to singularity/apptainer | |
18 # --cleanenv --network none --no-mount bind-paths --cpus "\${GALAXY_SLOTS:-1}" | |
19 # | |
20 # <id>\t<name>\t<image_name>\t<interpreter>\t<container_type>\t<container_params> |