# HG changeset patch
# User ufz
# Date 1744384800 0
# Node ID 2eb0532a911c97c8443ef1ccf1b828978f5e8b57
# Parent 0da37b889932b691bd17546c0f0e7e625461a4a8
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/scripting/ commit 8c309a4891e29a0fd273f9edc37292e1f3965317
diff -r 0da37b889932 -r 2eb0532a911c general.xml
--- a/general.xml Sun Aug 06 16:01:44 2023 +0000
+++ b/general.xml Fri Apr 11 15:20:00 2025 +0000
@@ -1,4 +1,4 @@
-
+
singularity
@@ -49,22 +49,11 @@
$code
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
@@ -104,15 +93,14 @@
-
-
+
-
+
@@ -130,15 +118,14 @@
-
-
+
-
+
@@ -152,20 +139,26 @@
-
-
+
+
+
+
+
+
+
-
-
+
-
+
@@ -178,8 +171,7 @@
-
-
+
@@ -192,7 +184,7 @@
-
+
@@ -209,14 +201,13 @@
-
-
+
@@ -228,13 +219,12 @@
-
-
+
+
-
@@ -256,18 +246,31 @@
-
+
+
+
+
+
+
-
+
+
+
+
+
+
-
@@ -287,7 +290,6 @@
-
@@ -318,8 +320,7 @@
-
-
+
@@ -338,15 +339,14 @@
-
-
-
+
+
-
+
-
\ No newline at end of file
+
diff -r 0da37b889932 -r 2eb0532a911c test-data/scripting_images.loc
--- a/test-data/scripting_images.loc Sun Aug 06 16:01:44 2023 +0000
+++ b/test-data/scripting_images.loc Fri Apr 11 15:20:00 2025 +0000
@@ -1,10 +1,17 @@
#
-# docker://continuumio/anaconda3
-python_continuumio_anaconda python (continuumio/anaconda) /tmp/anaconda3_latest.sif python singularity --cleanenv --network none --no-mount bind-paths
+# 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 apptainer
+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_continuumio_anaconda bash (continuumio/anaconda) /tmp/anaconda3_latest.sif bash apptainer --cleanenv --network none --no-mount bind-paths
\ No newline at end of file
+bash_python bash (python) /tmp/python_3.10-slim.sif bash singularity --no-home --cleanenv --home $HOME