From f84fbb8f890d87ef25b3197ca5e4bdcf8adae4cd Mon Sep 17 00:00:00 2001 From: arontommi Date: Thu, 26 Nov 2020 11:39:51 +0100 Subject: [PATCH] typo --- docs/uppmax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uppmax.md b/docs/uppmax.md index 24dcf20..680feab 100644 --- a/docs/uppmax.md +++ b/docs/uppmax.md @@ -82,7 +82,7 @@ For security reasons, there is no internet access on Bianca so you can't downloa You can follow the guide for downloading pipelines [for offline use](https://nf-co.re/tools#downloading-pipelines-for-offline-use). Note that you will have to download the singularity images as well. -After transffering the pipeline and the singularity images to your project. Before running the pipeline you will have to indicate to nextflow where the singularity images are located by setting `NXF_SINGULARITY_CACHEDIR` : +After transferring the pipeline and the singularity images to your project. Before running the pipeline you will have to indicate to nextflow where the singularity images are located by setting `NXF_SINGULARITY_CACHEDIR` : `export NXF_SINGULARITY_CACHEDIR=Your_Location_For_The_Singularity_directory/.`