Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/module-loadpage-ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ create_ptm_fragpipe_uploads <- function(ns) {
textInput(ns("mod_id_col"),
h5("Please enter the name of the modification id column", class = "icon-wrapper",
icon("question-circle", lib = "font-awesome"),
div("Only part of the string is required. For example if your mod id column is named 'STY:1221.12' you only need to enter 'STY' here.", class = "icon-tooltip")),
div("Only part of the string is required. For example if your mod id column is named 'STY.1221.12' you only need to enter 'STY' here.", class = "icon-tooltip")),
value = "STY"),

textInput(ns("localization_cutoff"),
Expand Down
Loading