Skip to content

Sydney-Informatics-Hub/config-demo-nf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-demo-nf

This workflow is used to demonstrate configuration layering as it relates to HPC job schedulers and profiles in Nextflow.

Execution instructions

To run locally on Setonix:

module load nextflow/24.10.0

nextflow run main.nf 

To run with slurm scheduler:

module load nextflow/24.10.0

nextflow run main.nf -profile slurm --slurm_account <provide-account>

To run locally on Gadi:

module load nextflow

nextflow run main.nf 

To run with pbspro scheduler:

module load nextflow

nextflow run main.nf -profile pbspro --pbspro_account <provide-account>

About

Demo workflow for nextflow configuration lessons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •