Skip to content
Snippets Groups Projects
Commit c7b4752b authored by Todor Kondić's avatar Todor Kondić
Browse files

shiny-state: Fix parameter names.

parent e8d5aef7
No related branches found
No related tags found
No related merge requests found
......@@ -577,9 +577,9 @@ make_metfrag_panel <- function(envopts) {
choices=shinyscreen:::METFRAG_POSTPFLT_CHOICES,
selected=shinyscreen:::METFRAG_POSTPFLT_DEFAULT,
multiple=T),
textInput("mf_score_types",label="Score Types",value=METFRAG_STANDARD_SCORES),
textInput("mf_score_types",label="Score Types",value=METFRAG_DEFAULT_SCORES),
textInput("mf_score_weights",label="Score Weights",
value=METFRAG_STANDARD_WEIGHTS),
value=METFRAG_DEFAULT_WEIGHTS),
numericInput("mf_num_threads",label="Number of threads", value=1L))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment