Skip to content

Commit

Permalink
chore: Update nextflow_schema.json to display changed parameters at s…
Browse files Browse the repository at this point in the history
…tartup
  • Loading branch information
weber8thomas committed Nov 18, 2024
1 parent 821628a commit 3393dc5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,31 @@
"description": "Strategy to merge paired end reads. When paired end reads are not sufficiently overlapping for merging, you can use \"concatenate\" (not recommended). When you have a mix of overlapping and non overlapping reads use \"consensus\"",
"enum": ["with_overlap", "consensus", "concatenate"],
"help_text": "This parameters specifies that paired-end reads are not merged after denoising but concatenated (separated by 10 N's). This is of advantage when an amplicon was sequenced that is too long for merging (i.e. bad experimental design). This is an alternative to only analyzing the forward or reverse read in case of non-overlapping paired-end sequencing data.\n\n**This parameter is not recommended! Only if all other options fail.**"
},
"match": {
"type": "integer",
"description": "",
"help_text": ""
},
"mismatch": {
"type": "integer",
"description": "",
"help_text": ""
},
"gap": {
"type": "integer",
"description": "",
"help_text": ""
},
"minoverlap": {
"type": "integer",
"description": "",
"help_text": ""
},
"maxmismatch": {
"type": "integer",
"description": "",
"help_text": ""
}
},
"fa_icon": "fas fa-braille"
Expand Down

0 comments on commit 3393dc5

Please sign in to comment.