Skip to content

Commit 3ffe92e

Browse files
authored
Merge pull request #727 from ashildv/dev
Update nextflow_schema.json
2 parents 6d6c5b0 + cae5161 commit 3ffe92e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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](http://semver.org/spec/v2.0.0.
99

1010
### `Fixed`
1111

12+
- Corrected explanation of the "--min_adap_overlap" parameter for AdapterRemoval in the docs
13+
1214
### `Dependencies`
1315

1416
- Removed pinning of `tbb` (upstream bug in bioconda fixed)

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"default": 1,
485485
"description": "Specify minimum adapter overlap required for clipping.",
486486
"fa_icon": "fas fa-hands-helping",
487-
"help_text": "Sets the minimum overlap between two reads when read merging is performed. Default is set to `1` base overlap.\n\n> Modifies AdapterRemoval parameter: `--minadapteroverlap`"
487+
"help_text": "Specifies a minimum number of bases that overlap with the adapter sequence before adapters are trimmed from reads. Default is set to `1` base overlap.\n\n> Modifies AdapterRemoval parameter: `--minadapteroverlap`"
488488
},
489489
"skip_collapse": {
490490
"type": "boolean",

0 commit comments

Comments
 (0)