From 08ca9869e561f1ec40863a50236704ee59aa7000 Mon Sep 17 00:00:00 2001 From: Bernardo Aguzzoli Heberle <81333350+bernardo-heberle@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:17:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e166f34..954d8be 100755 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ git clone https://github.com/bernardo-heberle/DCNL_NANOPORE_PIPELINE ### 5) Set NXF_SINGULARITY_CACHEDIR environment variable to your desired directory: +#### Substitute `////` in the codeblock below for the path to the directory you would like to store your singularity images in. Make sure the directory exists before executing the pipeline. + ``` echo "" >> ~/.bash_profile && echo 'NXF_SINGULARITY_CACHEDIR="////"' >> ~/.bash_profile && echo 'export NXF_SINGULARITY_CACHEDIR' >> ~/.bash_profile && . ~/.bash_profile ``` -- GitLab