Skip to content

Commit

Permalink
Add default explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Sep 19, 2024
1 parent 0c1d57c commit 400d25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ params {
three_prime_clip_r1 = 0
three_prime_clip_r2 = 0
trim_nextseq = 0
length_required = 15
length_required = 15 // Default in FastP
save_trimmed = false
save_split_fastqs = false

Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"default": 15,
"fa_icon": "fas fa-cut",
"description": "Minimum length of reads to keep",
"help_text": "This is the minimum length of reads to keep after trimming. Corresponds to the FastP flag `--length_required`.",
"help_text": "This is the minimum length of reads to keep after trimming. Corresponds to the FastP flag `--length_required` (default in FastP is 15bp).",
"hidden": true
},
"save_trimmed": {
Expand Down

0 comments on commit 400d25e

Please sign in to comment.