You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/imperial.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ Before running the pipeline you will need to load Nextflow using the environment
8
8
9
9
```bash
10
10
## Load Nextflow and Singularity environment modules
11
-
module load Nextflow
11
+
module load anaconda3/personal
12
+
conda install -c bioconda nextflow
12
13
```
13
14
14
15
>NB: You will need an account to use the HPC cluster CX1 in order to run the pipeline. If in doubt contact IT.
15
16
>NB: Nextflow will need to submit the jobs via the job scheduler to the HPC cluster and as such the commands above will have to be executed on one of the login nodes. If in doubt contact IT.
16
17
>NB: To submit jobs to the Imperial College MEDBIO cluster, use `-profile imperial_mb` instead.
18
+
>NB: You will need a restricted access account to use the HPC cluster MEDBIO.
0 commit comments