Skip to content

Commit 29c1fad

Browse files
authored
Merge pull request #469 from andreirie/json-schema-improvements
Json schema improvements
2 parents 3b0faf6 + 079f217 commit 29c1fad

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### `Fixed`
1111

12+
- [#469](https://github.com/nf-core/funcscan/pull/469) Updated descriptions from 'nextflow_schema.json' and 'schema_input.json'.
13+
1214
### `Dependencies`
1315

1416
### `Deprecated`

assets/schema_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sample": {
1111
"type": "string",
1212
"pattern": "^\\S+$",
13-
"errorMessage": "Sample name must be provided and cannot contain spaces",
13+
"errorMessage": "Sample ID must be provided, must be an integer or string and cannot contain spaces",
1414
"meta": ["id"]
1515
},
1616
"fasta": {

nextflow_schema.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"description": "MultiQC report title. Printed as page header, used for filename if not otherwise specified.",
4242
"fa_icon": "fas fa-file-signature"
4343
}
44-
},
45-
"help_text": ""
44+
}
4645
},
4746
"screening_type_activation": {
4847
"title": "Screening type activation",
@@ -1408,7 +1407,7 @@
14081407
"description": "The p-value cutoff for protein domains to be included.",
14091408
"fa_icon": "fas fa-filter",
14101409
"default": 1e-9,
1411-
"help_text": "The p-value cutoff for protein domains to be included.\n\nFor more information see the GECCO [documentation](https://github.com/zellerlab/GECCO).\n\n> Modifies tool parameter(s):\n> - GECCO: `--pfilter`"
1410+
"help_text": "For more information see the GECCO [documentation](https://github.com/zellerlab/GECCO).\n\n> Modifies tool parameter(s):\n> - GECCO: `--pfilter`"
14121411
},
14131412
"bgc_gecco_threshold": {
14141413
"type": "number",

0 commit comments

Comments
 (0)