diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8099af..12fc7b06 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Changed` +- [#275](https://github.com/nf-core/demultiplex/pull/275) Update samshee module from nf-core. - [#276](https://github.com/nf-core/demultiplex/pull/276) Template update for nf-core/tools v3.0.2 ### `Fixed` @@ -43,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#225](https://github.com/nf-core/demultiplex/pull/225) Added test profile for multi-lane samples, updated handling of such samples and adapter trimming. - [#234](https://github.com/nf-core/demultiplex/pull/234) Added module for samplesheet validation. - [#236](https://github.com/nf-core/demultiplex/pull/236) Add samplesheet generation. -- [#275](https://github.com/nf-core/demultiplex/pull/275) Update samshee module from nf-core. ### `Changed` diff --git a/nextflow_schema.json b/nextflow_schema.json index ef00b65e..679f7d04 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -47,12 +47,6 @@ "v1_schema": { "type": "boolean", "description": "Whether or not illumina samplesheet is v1 " - }, - "downstream_pipeline": { - "type": "string", - "description": "Name of downstream nf-core pipeline (one of: rnaseq, atacseq, taxprofiler or default). Used to produce the input samplesheet for that pipeline.", - "default": "default", - "enum": ["rnaseq", "atacseq", "taxprofiler", "default"] } } },