We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ae4a3 commit 60a4066Copy full SHA for 60a4066
1 file changed
nextflow_schema.json
@@ -391,8 +391,8 @@
391
},
392
"fa_icon": "fas fa-sort-amount-down"
393
394
- "read_clipping_and_adapter_removal": {
395
- "title": "Read Clipping and Adapter Removal",
+ "read_merging_and_adapter_removal": {
+ "title": "Read merging and adapter removal",
396
"type": "object",
397
"description": "Options for adapter clipping and paired-end merging.",
398
"default": "",
@@ -1138,7 +1138,7 @@
1138
"$ref": "#/definitions/complexity_filtering"
1139
1140
{
1141
- "$ref": "#/definitions/read_clipping_and_adapter_removal"
+ "$ref": "#/definitions/read_merging_and_adapter_removal"
1142
1143
1144
"$ref": "#/definitions/mapper"
0 commit comments