Skip to content

Commit

Permalink
Fix instruction text for custom data files
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Aug 29, 2024
1 parent a322bf7 commit 64cf692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvactools/tools/pvacview/custom_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ custom_tab <- tabItem("custom",
),
box(
title = "Option 4: Upload your own custom data files", status = "primary", solidHeader = TRUE, width = NULL,
HTML("<h5><b>(Required)</b> Please upload your neofox output file. This file should be a table generated by NeoFox with the suffix “_neoantigen_candidates_annotated.tsv“"),
HTML("<h5><b>(Required)</b> Please upload your TSV file."),
br(), br(),
uiOutput("custom_upload_ui")
),
Expand Down

0 comments on commit 64cf692

Please sign in to comment.