From 18d09f5e533e3a3de11ba741700a68fab1ab7896 Mon Sep 17 00:00:00 2001 From: Verena Kutschera Date: Tue, 3 Dec 2024 14:00:10 +0100 Subject: [PATCH] Update README.md with note about temporary cache --- config/slurm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/slurm/README.md b/config/slurm/README.md index 70311e4..3c71aa9 100644 --- a/config/slurm/README.md +++ b/config/slurm/README.md @@ -15,6 +15,8 @@ default in your home directory which will quickly run out of storage space. You can tell it to use your `scratch` instead, a temporary directory with unlimited space by adding this row to your `~/.bashrc`: `export APPTAINER_CACHEDIR=$PDC_TMP`. +The files in this temporary directory are deleted if they have +not been used for 30 days. 2) After cloning the repository, change permissions for the Snakefile: