Dundee Configuration
The nf-core pipelines rnaseq and sarek have been successfully tested on the University of Dundee compute cluster.
To use, run the pipeline with -profile uod_hpc
. This will download and launch the uod_hpc.config
which has been pre-configured with a setup suitable for the Dundee cluster.
Using Nextflow on Dundee Cluster
Installation
Before running the pipeline you will need to install and configure Nextflow. You can do this by issuing the commands below:
For convenience, append the export NXF_SINGULARITY_CACHEDIR
and conda activation commands to your .bashrc
file to avoid having to run both on each log-in or include both in every job script:
Usage
Create a job script containing your desired Nextflow command, always including -profile uod_hpc
to ensure the correct cluster configuration is applied. For example:
with contents:
Submit the script using qsub
:
Standard and error output for the job will be produced in .o
and .e
files, such as myjobscript.sh.o1400340
and myjobscript.sh.e1400340
, as it runs.
You will need an account to use the HPC cluster in order to run the pipeline. If in doubt raise a support request with University of Dundee service desk.
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 raise a support request with University of Dundee service desk.