Skip to content

Commit

Permalink
Undo change to default value for save_merged param
Browse files Browse the repository at this point in the history
  • Loading branch information
kopichris committed Dec 23, 2024
1 parent ba88b1e commit d768833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
},
"save_merged": {
"type": "boolean",
"description": "Save merged reads."
"description": "Save merged reads.",
"default": false
},
"phred_offset": {
"type": "integer",
Expand Down

0 comments on commit d768833

Please sign in to comment.