From e70a3875516a0a18f7ae7b8c60232f202821a694 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Todor=20Kondi=C4=87?= <kontrapunkt@uclmail.net>
Date: Tue, 10 Jan 2023 12:36:04 +0100
Subject: [PATCH] app, resources: Update score types and weights.

---
 inst/rmd/app.Rmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inst/rmd/app.Rmd b/inst/rmd/app.Rmd
index b9d9ad1..d539dbd 100644
--- a/inst/rmd/app.Rmd
+++ b/inst/rmd/app.Rmd
@@ -533,8 +533,8 @@ selectInput("mf_post_processing_candidate_filter",
             choices=shinyscreen:::METFRAG_POSTPFLT_CHOICES,
             selected=shinyscreen:::METFRAG_POSTPFLT_DEFAULT,
             multiple=T)
-textInput("mf_score_types",label="Score Types",value="FragmenterScore,AutomatedPeakFingerprintAnnotationScore,AutomatedLossFingerprintAnnotationScore,OfflineIndividualMoNAScore")
-textInput("mf_score_weights",label="Score Weights",value="1.,1.,1.,1.")
+textInput("mf_score_types",label="Score Types",value=METFRAG_STANDARD_SCORES)
+textInput("mf_score_weights",label="Score Weights",value=METFRAG_STANDARD_WEIGHTS)
 ```
 ### Report
 
-- 
GitLab