Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Winter committed Jan 16, 2018
1 parent 238e5d1 commit fd9ba07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/app/fileUpload_server.r
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ output$selectedFASTA <- renderUI({
)
)
)
} else if(input$screeninglibrary == "Example")
} else if(input$screeninglibrary %in% c("Example TRAIL Resistance","Example Cell Fitness") )
{
# show the link to Addgene and tell the user that pre-defined settings have been loaded
HTML <- column(width=12,
Expand Down Expand Up @@ -98,7 +98,7 @@ observe({
shinyjs::show("libFile_upload")
shinyjs::hide("example_data1")

} else if(input$screeninglibrary == "Example")
} else if(input$screeninglibrary %in% c("Example TRAIL Resistance","Example Cell Fitness") )
{
shinyjs::show("example_data1")
shinyjs::hide("dataUpload_step1a")
Expand Down

0 comments on commit fd9ba07

Please sign in to comment.