Skip to content

Commit 2329f28

Browse files
committed
apply reviewer commands
1 parent 5e83c05 commit 2329f28

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### `Added`
99

1010
- Updated metromap
11-
- Implementing optional bed files for benchmarking tools (happy, rtgtools, sompy)
12-
- Adding stratifications for genome
11+
- [Implementing optional bed files for benchmarking tools (happy, rtgtools, sompy) & adding stratifications for genome](https://github.com/nf-core/variantbenchmarking/pull/167)
1312

1413
### `Fixed`
1514

16-
- official logo
17-
- bcftools_reheader issue for HPCs
18-
- json-schema-improvements
15+
- [official logo cleanup](https://github.com/nf-core/variantbenchmarking/pull/171)
16+
- [bcftools_reheader issue for HPCs](https://github.com/nf-core/variantbenchmarking/pull/170)
17+
- [json-schema-improvements](https://github.com/nf-core/variantbenchmarking/pull/168)
1918

2019
### `Dependencies`
2120

-90.6 KB
Loading

nextflow_schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"format": "directory-path",
215215
"type": "string",
216216
"exists": true,
217-
"description": "Path to stratification BED files provided in a directory. This directory has to be given together with stratification_tsv. Only applicable to happy tool.",
217+
"description": "Path to stratification BED files provided in a directory. This directory has to be given together with stratification_tsv, list BED files in stratification_tsv. Only applicable to happy tool.",
218218
"help_text": "Stratification BED files",
219219
"fa_icon": "fas fa-file-csv"
220220
},
@@ -223,7 +223,7 @@
223223
"format": "file-path",
224224
"exists": true,
225225
"pattern": "^\\S+\\.tsv$",
226-
"description": "List the.",
226+
"description": "List the stratification BED files in this file, to be used with stratification_bed",
227227
"help_text": "Stratification TSV file. List the stratification BED files in this file and use together with stratification_bed. Only applicable to happy tool",
228228
"fa_icon": "fas fa-file-csv"
229229
},

0 commit comments

Comments
 (0)