From 328639a6c481fc1ebd7fb5cd6dc9a3c71259c704 Mon Sep 17 00:00:00 2001 From: TRON Kelly <t19016063@V-PP-47-L-023.salsa.univ-amu.fr> Date: Wed, 23 Oct 2024 11:05:23 +0200 Subject: [PATCH] tp1 outputs --- doc/02run.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/02run.md diff --git a/doc/02run.md b/doc/02run.md new file mode 100644 index 0000000..d09d974 --- /dev/null +++ b/doc/02run.md @@ -0,0 +1,16 @@ +##Execute the Rscripts avec Apptainer + +Vérification de l'installation + +~~~ +apptainer --version +~~~ + +Execution + +~~~ +micromamba activate m2bsgreprod + +apptainer exec results/containers/m2bsgreprod3.sif make -f workflows/makefile +~~~ + -- GitLab