Skip to content

Commit 24933cc

Browse files
authored
Merge pull request #578 from nf-core/fix-schema-keyword
Fix keyword in nextflow_schema.json
2 parents c3a6b58 + 612a94c commit 24933cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### `Fixed`
1111

1212
- [573](https://github.com/nf-core/taxprofiler/pull/573) Improved help messages and documentation to state many of the taxpasta related params require taxonomy files to be input (❤️ to @alexhbnr for reporting, fix by @jfy133)
13+
- [578](https://github.com/nf-core/taxprofiler/pull/578) Fixed incorrect keyword in nextflow_schema.json (fix by @mashehu)
1314

1415
### `Dependencies`
1516

nextflow_schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"type": "boolean",
7171
"fa_icon": "fas fa-forward",
7272
"description": "Specify to skip sequencing quality control of raw sequencing reads",
73-
"help": "Skipping running of FastQC or Falco maybe useful in cases where you are already running with preprocessed data (e.g. you are also skipping short/long read qc steps) that you already know the quality of"
73+
"help_text": "Skipping running of FastQC or Falco maybe useful in cases where you are already running with preprocessed data (e.g. you are also skipping short/long read qc steps) that you already know the quality of"
7474
},
7575
"preprocessing_qc_tool": {
7676
"type": "string",

0 commit comments

Comments
 (0)