Skip to content

Commit

Permalink
source changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 9, 2023
1 parent 734fbef commit fee41e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/00SourceAll.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ if(!file.exists('00SourceAll.R')) {
source('board.intersection/R/intersection_server.R',encoding='UTF-8')
source('board.intersection/R/intersection_ui.R',encoding='UTF-8')
source('board.loading/R/loading_server.R',encoding='UTF-8')
source('board.loading/R/loading_table_datasets_public.R',encoding='UTF-8')
source('board.loading/R/loading_table_datasets.R',encoding='UTF-8')
source('board.loading/R/loading_tsneplot.R',encoding='UTF-8')
source('board.loading/R/loading_ui.R',encoding='UTF-8')
Expand Down
4 changes: 2 additions & 2 deletions components/board.loading/R/loading_table_datasets_public.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
loading_table_datasets_ui <- function(id, height, width) {
loading_table_datasets_public_ui <- function(id, height, width) {
ns <- shiny::NS(id)

info_text <- "This table contains a general information about all available datasets within the platform. For each dataset, it reports a brief description as well as the total number of samples, genes, gene sets (or pathways), corresponding phenotypes and the creation date."
Expand All @@ -12,7 +12,7 @@ loading_table_datasets_ui <- function(id, height, width) {
)
}

loading_table_datasets_server <- function(id,
loading_table_datasets_public_server <- function(id,
rl) {
moduleServer(id, function(input, output, session) {

Expand Down

0 comments on commit fee41e3

Please sign in to comment.