Mercurial > repos > mbernt > singularity_scriptrunner
view tool-data/scripting_images.loc.sample @ 2:2eb0532a911c draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/scripting/ commit 8c309a4891e29a0fd273f9edc37292e1f3965317
author | ufz |
---|---|
date | Fri, 11 Apr 2025 15:20:00 +0000 |
parents | 0da37b889932 |
children |
line wrap: on
line source
# the following six tab separated columns need to be set # # id # a unique id to be used # name # name shown to the user # image_name # a path or URL to an image to use. Note that when using URLs # it images will be pulled on the fly to the job working dir # and the user executing the tools needs to take care of the # image cache. # interpreter # the interpreter that should be applied to the user supplied scripts # container_type # apptainer/singularity # container_params # parameters to be passed to singularity/apptainer # --cleanenv --network none --no-mount bind-paths --cpus "\${GALAXY_SLOTS:-1}" # # <id>\t<name>\t<image_name>\t<interpreter>\t<container_type>\t<container_params>