Skip to content

Commit

Permalink
fix ui error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Nov 6, 2024
1 parent e33f020 commit 4f4e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shinyapp/ui/repository.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ui.page_repository <- function() {
shinyWidgets::prettyCheckboxGroup("hubs_text", "Active Data Hub:",
choiceNames = c(
"UCSC Public", "TCGA",
"GDC", "ICGC",
"GDC", "GDC V8", "ICGC",
"Pan-Cancer Atlas", "TOIL",
"Treehouse", "PCAWG",
"ATAC-seq", "Single Cell"
Expand Down

0 comments on commit 4f4e359

Please sign in to comment.