diff --git a/TCGA_request/app.R b/TCGA_request/app.R index 9b52d28..89011b3 100644 --- a/TCGA_request/app.R +++ b/TCGA_request/app.R @@ -349,6 +349,8 @@ server <- function(input, output) { ncol=1 )) }else{ + rogress$set(message = "Ploting", value = 6) + progress$close() return(plotAll) } })