Skip to content

Commit

Permalink
change default summarise parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 23, 2023
1 parent 4ba2795 commit 63f5d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/app/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ ui <- fluidPage(
checkboxInput(
inputId = "summarise",
label = "Summarise results to one row per feature",
value = TRUE
value = FALSE
) |>
shinyhelper::helper(
type = "inline",
Expand Down
2 changes: 1 addition & 1 deletion inst/params/default/weight_annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ options:
force: no

#' Summarise results to one row per feature. BOOLEAN
summarise: yes
summarise: no

0 comments on commit 63f5d5c

Please sign in to comment.