Skip to content

Commit

Permalink
Reenabled default rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
WackerO committed Feb 21, 2024
1 parent 0d1832e commit 99cdf5c
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 @@ -31,7 +31,7 @@ params {
report_contributors = null
report_description = null
report_scree = true
report_round_digits = -1
report_round_digits = 4

// Sample sheet options
observations_type = 'sample'
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@
},
"report_round_digits": {
"type": "integer",
"default": -1,
"default": 4,
"description": "To how many digits should numeric output in different modules be rounded? If -1, will not round.",
"help_text": "This affects output from the following modules (both their tabular output and their result sections in the report): proteus, gprofiler2."
}
Expand Down

0 comments on commit 99cdf5c

Please sign in to comment.