Skip to content
Snippets Groups Projects
Unverified Commit 61ec013d authored by Todor Kondic's avatar Todor Kondic
Browse files

Fix typo in gen_cmpd_inputs

* R/shiny-ui-config.R(gen_cmpd_inputs): Fix typo.
parent 2864ff6e
No related branches found
No related tags found
No related merge requests found
......@@ -119,18 +119,14 @@ mk_ui_config <- function() {
}
react_conf_f <- function(input,output,session,rv,rf) {
## Reactive functions.
rf$gen_cmpd_inputs <- react_f({
rv$m$conf$compounds$known
rv$m$conf$compounds$unknown
rv$m$conf$compounds$setid
rv$m$conf$compounds$sets
verify_compounds(rv$m$conf)
list2rev(load_compound_input(rv$m))
load_compound_input(rv$m)
})
rf$get_tags_from_txt <- react_f({
......
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