Skip to content

Commit

Permalink
Update repository.R
Browse files Browse the repository at this point in the history
to match the latest gdc hub update
  • Loading branch information
ShixiangWang authored Oct 29, 2024
1 parent b7932b1 commit e33f020
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 @@ -22,7 +22,7 @@ ui.page_repository <- function() {
"ATAC-seq", "Single Cell"
),
choiceValues = c(
"publicHub", "tcgaHub", "gdcHub", "icgcHub", "pancanAtlasHub",
"publicHub", "tcgaHub", "gdcHub", "gdcHubV18", "icgcHub", "pancanAtlasHub",
"toilHub", "treehouseHub", "pcawgHub", "atacseqHub", "singlecellHub"
),
selected = "gdcHub",
Expand Down

0 comments on commit e33f020

Please sign in to comment.