From 596735f2f63d93d6c36b5fd407d4e316d8d9bc5b Mon Sep 17 00:00:00 2001 From: scoughlan2 Date: Mon, 9 Sep 2024 13:17:50 +0100 Subject: [PATCH 1/2] Add type to ref_data_hla_slice_bed entry in the nextflow_schema.json --- nextflow_schema.json | 1 + 1 file changed, 1 insertion(+) 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.", From 13e5b5bdae6a35638de821dbc697e47125b46959 Mon Sep 17 00:00:00 2001 From: scoughlan2 Date: Tue, 10 Sep 2024 11:52:45 +0100 Subject: [PATCH 2/2] update changelog to reference pull request #96 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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