Skip to content
Snippets Groups Projects
Commit 1a5048f7 authored by lq39quba's avatar lq39quba
Browse files

small change for ebv_domain

parent cfdb662d
No related branches found
No related tags found
No related merge requests found
......@@ -707,10 +707,14 @@ server <- function(input, output) {
to_do_list <- c(to_do_list, 'You need to provide a description of the other environmental domain.')
create <- FALSE
}
#create ebv_domain value
ebv_domain_value <- c(input$ebv_domain[! input$ebv_domain %in% c('Other')], input$ebv_domain_other_txt)
}else{
#create ebv_domain value
ebv_domain_value <- c(input$ebv_domain)
}
}
#create ebv_domain value
ebv_domain_value <- c(input$ebv_domain[! input$ebv_domain %in% c('Other')], input$ebv_domain_other_txt)
}
#check biological_entity
if(!is.null(need(input$biological_entity != '', TRUE))){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment