From eebde582df6f9f97ec1f1da79a4ed2e18a6cc613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <kontrapunkt@uclmail.net> Date: Sat, 15 Apr 2023 14:32:25 +0200 Subject: [PATCH] Fix comment. --- R/shiny-state.R | 2 +- R/shiny-ui-base.R | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/R/shiny-state.R b/R/shiny-state.R index 9333649..f7260f2 100644 --- a/R/shiny-state.R +++ b/R/shiny-state.R @@ -403,7 +403,7 @@ input2conf_metfrag <- function(input,conf) { MetFragPreProcessingCandidateFilter = paste(input$mf_pre_processing_candidate_filter,collapse=","), MetFragPostProcessingCandidateFilter = paste(input$mf_post_processing_candidate_filter,collapse=",")) - ## TODO: FIXME: We need to move away from unit weights from some + ## TODO: FIXME: We need to move away from unit weights at some ## point. This needs some extra widgets (Sigh!). insc = sapply(input$mf_scores_intrinsic,function(x) 1.0) names(insc) = input$mf_scores_intrinsic diff --git a/R/shiny-ui-base.R b/R/shiny-ui-base.R index 98e2a63..e564fe7 100644 --- a/R/shiny-ui-base.R +++ b/R/shiny-ui-base.R @@ -1621,8 +1621,6 @@ mk_shinyscreen_server <- function(projects,init) { m=rvs$m) kv = rf_get_cindex_kval() - ## Some cols that might be needed to be specified - ## explicitely. FIXME TODO: Make this more robust. nsumm = mf_narrow_summ(rvs$m$out$tab$summ,kv, ms2_rt_i=input$mf_entry_rt_min, ms2_rt_f=input$mf_entry_rt_max) -- GitLab