From bed9da8b595abe400da5e0982162bfffa51d3483 Mon Sep 17 00:00:00 2001 From: THIBERT-RIPOSO Anais <t20006223@V-PJ-47-048.salsa.univ-amu.fr> Date: Wed, 23 Oct 2024 15:41:42 +0200 Subject: [PATCH] version --- RELEASE.md | 5 +++++ doc/install.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 RELEASE.md delete mode 100644 doc/install.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..4adb3f8 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,5 @@ +This project runs four R scripts automatically using apptainer. + +Installation is described in "doc/01install.md", and execution is described in "doc/02run.md". + +Version: 0.1.0 diff --git a/doc/install.md b/doc/install.md deleted file mode 100644 index c16bdf3..0000000 --- a/doc/install.md +++ /dev/null @@ -1,5 +0,0 @@ -curl -L https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba -mkdir -p $HOME/.local/bin -mv bin/micromamba $HOME/.local/bin/ -echo 'export PATH=HOME/.local/bin:HOME/.local/bin:HOME/.local/bin:PATH' >> ~/.bashrc -source ~/.bashrc -- GitLab