diff --git a/CHANGELOG.md b/CHANGELOG.md index 35aa93f7..f7c6c9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [dev] +- [96](https://github.com/nf-core/oncoanalyser/pull/96) - Added missing type field to an entry in the nextflow_schema.json + - [95](https://github.com/nf-core/oncoanalyser/pull/95) - Post-release bump ## [[1.0.0](https://github.com/nf-core/oncoanalyser/releases/tag/1.0.0)] Pied Currawong - 2024-08-26 diff --git a/nextflow_schema.json b/nextflow_schema.json index a64d8932..e0bef74e 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -179,6 +179,7 @@ "fa_icon": "far fa-file-code" }, "ref_data_hla_slice_bed": { + "type": "string", "format": "file-path", "pattern": "^\\S+\\.bed$", "description": "Path to HLA slice BED file.",