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

app, resources: Update score types and weights.

parent 39b6453b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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