Mercurial > repos > mbernt > singularity_scriptrunner
view test-data/scripting_images.loc @ 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 |
line wrap: on
line source
# <id> <name> <image_name> <interpreter> <container_type> <container_params> # docker://python_3.10 python_python python (python) /tmp/python_3.10-slim.sif python mkdir -p "$HOME/.local/lib/python3.10/site-packages" && singularity --no-home --cleanenv --home $HOME --env PYTHONUSERBASE="$HOME/.local" # docker://python_3.10 python_python_noinstall python (python no install) /tmp/python_3.10-slim.sif python singularity --no-home --cleanenv # docker://rocker/tidyverse r_rocker_tidyverse R (tidyverse) /tmp/tidyverse_latest.sif Rscript mkdir -p "$HOME/custom_R_library" && singularity --no-home --cleanenv --home $HOME --env R_LIBS_USER="$HOME/custom_R_library" bash_rocker_tidyverse bash (R tidyverse) /tmp/tidyverse_latest.sif bash singularity --no-home --cleanenv --home $HOME # docker://rocker/tidyverse bash_python bash (python) /tmp/python_3.10-slim.sif bash singularity --no-home --cleanenv --home $HOME