Skip to content

Commit 648ecd6

Browse files
authored
Rename "Stripping" section to "Host Removal"
While many languages like Python have `str.strip`, `str.rstrip`, `str.lstrip`, it's not always clear to non-computer aficionados what it means. I think the flags make sense in context of their usage text, but I feel "Host Removal" is more clear to a new user. Happy to discuss!
1 parent 2b7abf7 commit 648ecd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@
519519
},
520520
"fa_icon": "fas fa-layer-group"
521521
},
522-
"stripping": {
523-
"title": "Stripping",
522+
"host_removal": {
523+
"title": "Host Removal",
524524
"type": "object",
525525
"description": "Options for production of host-read removed FASTQ files for privacy reasons.",
526526
"default": "",

0 commit comments

Comments
 (0)