Skip to content

Commit

Permalink
hide by elemtn pre-processing options
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Nov 6, 2024
1 parent dd54131 commit 5cbbebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions program/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ server <- function(input,output,session){
hideTab(inputId = "tabsetPanel1", target = "Single Gene Visualisations")
hideTab(inputId = "tabsetPanel1", target = "Enrichment Analysis")
shinyjs::hide("mainPanel_DataSelection")
shinyjs::hideElement(id = "data_summary")

# Init res_tmp and par_tmp objects if they do not yet exist ----
if(!exists("res_tmp")){
Expand Down Expand Up @@ -913,6 +914,7 @@ server <- function(input,output,session){
selectedData_processed <- eventReactive(input$Do_preprocessing,{
# only enter this when you actually click data
req(input$Do_preprocessing > 0)
shinyjs::showElement(id = "data_summary")
waiter <- Waiter$new(
html = LOADING_SCREEN,
color = "#3897F147",
Expand Down

0 comments on commit 5cbbebf

Please sign in to comment.