Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 755 Bytes

nyu_hpc.md

File metadata and controls

13 lines (9 loc) · 755 Bytes

nf-core/configs: NYU HPC Configuration

All nf-core pipelines have been successfully configured for use on the HPC Cluster at New York University.

To use, run the pipeline with -profile nyu_hpc. This will download and launch the nyu_hpc.config which has been pre-configured with a setup suitable for the NYU HPC cluster. Using this profile, a docker image containing all of the required software will be downloaded, and converted to a Singularity image before execution of the pipeline.

Before running the pipeline you will need to load Nextflow using the environment module system on NYU HPC. You can do this by issuing the commands below:

## Load Nextflow modules
module purge
module load nextflow/23.04.1