Closed cgpu closed 3 years ago
This PR implements a parameterised way to make use of Nextflow profiles, that allows for using the config files instead of passing parameters.
profiles
config
Example:
git clone https://github.com/sheynkman-lab/Long-Read-Proteogenomics git checkout cgpu-parameterise-configs nextflow run main.nf --config conf/test.config --max_cpus 2
CHANGELOG.md
docs
Noted updated formatting of main.nf and config files.
Awesome, thanks for reviewing @gsheynkman 👍 !
Overview
This PR implements a parameterised way to make use of Nextflow
profiles
, that allows for using theconfig
files instead of passing parameters.Example:
PR checklist
CHANGELOG.md
is updateddocs
is updated