Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed May 17, 2020
1 parent f09a7ac commit 76f2d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ASGA/bin/Utility/Pre_Analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ PreAnalysis <- function (input, output, session){
Rz100 <<- max(Rz100)
Rz50 <<- Rz100*0.80
Rz25 <<- Rz100*0.45
rm(Kinetochore_Avg, Pole_avg)

# Analyze Length Distribution for Pole1 --------------------------------------------------
progressSweetAlert(
Expand Down
2 changes: 2 additions & 0 deletions ASGA/server.r
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function(input, output, session) {
showTab(inputId = "innavbar-GS", target = "Settings")
if(DataTest == 1){
updateTabsetPanel(session, "innavbar-GS", selected = "Settings")
}else {
updateTabsetPanel(session, "innavbar", selected = "Home")
}
})

Expand Down

0 comments on commit 76f2d31

Please sign in to comment.