All material (C) 2021-2024 by CSC -IT Center for Science Ltd. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License, http://creativecommons.org/licenses/by-sa/4.0/
<method>
<version>
Commandline option : –with-singularity /path/to/image.img
Declaring in configuration file: In ‘nextflow.config’ file as profile
singularity {
singularity.enabled = true # or apptainer.enabled=true
singularity.autoMounts = true
process.executor = "local"
}
- Executing pipeline -
nextflow run <pipeline-name.nf> <options>