# HG changeset patch # User mbernt # Date 1691337704 0 # Node ID 0da37b889932b691bd17546c0f0e7e625461a4a8 # Parent 9512201417a58467dd5cc65d9b7b01afa37ed793 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/scripting/ commit 5c71b60920e887c5fdb2c0ca0118927b1231bde7 diff -r 9512201417a5 -r 0da37b889932 tool-data/scripting_images.loc --- a/tool-data/scripting_images.loc Sun Aug 06 15:21:11 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# 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}" -# -# \t\t\t\t\t diff -r 9512201417a5 -r 0da37b889932 tool-data/scripting_images.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/scripting_images.loc.sample Sun Aug 06 16:01:44 2023 +0000 @@ -0,0 +1,20 @@ +# 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}" +# +# \t\t\t\t\t