From 8254ecc8ff59da48361a81a89ecb3314b551f0c5 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 10 Mar 2021 10:26:59 +0100 Subject: [PATCH] Changelog for nf-core/tools#867 and nf-core/tools#866 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f85d565059..ef888a26c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * If either parameter validation fails or the pipeline has errors, a warning is given about any unexpected parameters found which are not described in the pipeline schema. * This behaviour can be disabled by using `--validate_params false` * Added profiles to support the [Charliecloud](https://hpc.github.io/charliecloud/) and [Shifter](https://nersc.gitlab.io/development/shifter/how-to-use/) container engines [[#824](https://github.com/nf-core/tools/issues/824)] + * Note that Charliecloud requires Nextflow version `v21.03.0-edge` or later. +* Profiles for container engines now explicitly _disable_ all other engines [[#867](https://github.com/nf-core/tools/issues/867)] * Fixed typo in nf-core-lint CI that prevented the markdown summary from being automatically posted on PRs as a comment. * Changed default for `--input` from `data/*{1,2}.fastq.gz` to `null`, as this is now validated by the schema as a required value. * Removed support for `--name` parameter for custom run names.