nf-core/configs: uw_hyak_pedslabs
UW Hyak Pedslabs cluster profile provided by nf-core/configs.
University of Washington Hyak Profile for the Department of Pediatrics
All nf-core pipelines have been successfully configured for use on the University of Washington’s Hyak cluster, with this profile specific to the Department of Pediatrics partition.
To use, run the pipeline with -profile uw_hyak_pedslabs
. This will download and launch the uw_hyak_pedslabs.config
which has been pre-configured with a setup suitable for the Hyak 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.
Running the workflow on the Pasteur cluster
Nextflow is not installed by default on Hyak.
- Install Nextflow : here
Nextflow manages each process as a separate job that is submitted to the cluster by using the sbatch
command.
Nextflow shouldn’t run directly on the submission node but on a compute node.
To install and use Nextflow, the following process can be used:
- Install mamba and create a mamba environment containing nextflow and nf-core
- Run nextflow on a compute node: