Skip to content

Commit 5fa6e53

Browse files
authored
Merge branch 'dev' into minor-doc-update
2 parents bed1baf + 3ffe92e commit 5fa6e53

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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
1213
- [#725](https://github.com/nf-core/eager/pull/725) `bwa_index` doc update
1314

1415
### `Dependencies`

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)