Skip to content

Commit

Permalink
Merge pull request #96 from scoughlan2/dev
Browse files Browse the repository at this point in the history
Add type to ref_data_hla_slice_bed entry in the nextflow_schema.json
  • Loading branch information
scwatts authored Sep 11, 2024
2 parents a9b94fa + 13e5b5b commit 5a4baca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 5a4baca

Please sign in to comment.