Skip to content

Commit

Permalink
Update nextflow_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis authored Nov 3, 2023
1 parent 5f2bffd commit f3cde49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
"default": "damageprofiler",
"description": "Specify the tool to use for damage calculation.",
"fa_icon": "fas fa-tools",
"help_text": "Specify the tool to be used for damage calculation. Options: `damageprofiler`, `mapdamage`. By default, DamageProfiler is used.",
"help_text": "Specify the tool to be used for damage calculation. DamageProfiler is generally faster than mapDamage2, but the latter has an option to limit the number of reads used. This can significantly speed up the processing of very large files, where the damage estimates are already accurate after processing only a fraction of the input. Options: `damageprofiler`, `mapdamage`. By default, DamageProfiler is used.",
"enum": [
"damageprofiler",
"mapdamage"
Expand Down

0 comments on commit f3cde49

Please sign in to comment.