Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider d0b35974 rédigé par Johanna Zoppi's avatar Johanna Zoppi
Parcourir les fichiers

bug dataset 1 & sampleAnnot loading

parent 74a2f747
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -113,6 +113,7 @@ exprDat <- eventReactive(input$goPrevalence, {
exprDat <- read.csv(expressionData, sep = ",", header = TRUE, row.names = 1)
}else{
print(input$file1$datapath)
validate(
need(input$file1$datapath != "", "Please select a data set")
)
......@@ -458,7 +459,7 @@ exprDatSec_present <- reactive({
exprDatSec_present <- exprDatSec()
}else{
validate(
need(input$file1$datapath != "", "Please select a data set")
need(input$file4$datapath != "", "Please select a data set")
)
exprDatSec_present <- exprDatSec()
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter