From c19390ce5ab154ecfc89fbc9c31674740ba11722 Mon Sep 17 00:00:00 2001 From: Bernardo Aguzzoli Heberle <81333350+bernardo-heberle@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:03:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5413a4c..28daeef 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ NextFlow pipeline used by the Developmental Cognitive Neuroscience Lab (DCNL) to ### 3) Clone this github repo using the command below -git clone https://github.com/bernardo-heberle/DCNL_NANOPORE_PIPELINE +`git clone https://github.com/bernardo-heberle/DCNL_NANOPORE_PIPELINE` @@ -29,7 +29,7 @@ git clone https://github.com/bernardo-heberle/DCNL_NANOPORE_PIPELINE ### 5) Set NXF_SINGULARITY_CACHEDIR environment variable to your desired directory: -echo "NXF_SINGULARITY_CACHEDIR=////" >> ~/.bash_profile && . ~/.bash_profile +`echo "NXF_SINGULARITY_CACHEDIR=////" >> ~/.bash_profile && . ~/.bash_profile` ## Pipeline parameters: -- GitLab