From d91b06d884dfbb86f537662460f07e9f2859dbd6 Mon Sep 17 00:00:00 2001 From: Tobias Schraink Date: Thu, 18 Apr 2019 14:25:27 -0400 Subject: [PATCH] added missing line in prince and bigpurple docs --- docs/bigpurple.md | 1 + docs/prince.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/bigpurple.md b/docs/bigpurple.md index e3b8dfb..19b0352 100644 --- a/docs/bigpurple.md +++ b/docs/bigpurple.md @@ -20,4 +20,5 @@ git clone this repo, copy the `bigpurple.config` from the conf folder and then y >NB: You will need an account to use the HPC cluster BigPurple in order to run the pipeline. If in doubt contact MCIT. + >NB: You will need to install nextflow in your home directory - instructions are on nextflow.io (or ask the writer of this profile). The reason there is no module for nextflow on the cluster, is that the development cycle of nextflow is rapid and it's easy to update yourself: `nextflow self-update` diff --git a/docs/prince.md b/docs/prince.md index 9a49ee0..12f5e65 100644 --- a/docs/prince.md +++ b/docs/prince.md @@ -15,5 +15,6 @@ git clone this repo, copy the `prince.config` from the conf folder and then you >NB: You will need an account to use the HPC cluster Prince in order to run the pipeline. If in doubt contact the HPC admins. + >NB: Rather than using the nextflow module, I recommend you install nextflow in your home directory - instructions are on nextflow.io (or ask the writer of this profile). The reason this is better than using the module for nextflow on the cluster, is that the development cycle of nextflow is rapid and it's easy to update your installation yourself: `nextflow self-update`