Translations:Nextflow/15/en
Jump to navigation
Jump to search
Once we will be ready to launch the pipeline, Nextflow will look at the nextflow.config
file and also at the ~/.nextflow/config
files (if it exists) to control how to run the workflow. The nf-core pipeline all have a default config, a test config, and container configs (singularity, podman, etc). On top of that we will need a custom config for the cluster (Narval, Beluga, Cedar or Graham) you are running on. We can think of Nextflow pipelines that could also run on Niagara if they where design with that specific cluster in mind, but we would generally discourage people to try running nf-core or any other generic Nextflow pipelines there.