Skip to content
Snippets Groups Projects
Commit d92a3805 authored by Triana's avatar Triana
Browse files

correct seurat version

parent 5f8a4549
No related branches found
No related tags found
No related merge requests found
Pipeline #24292 failed
......@@ -18,7 +18,7 @@ shinyUI(fluidPage(
tags$p(tags$strong("Contact:"), tags$a("Sergio Triana,", href = "mailto:triana@embl.de"),
" at EMBL Heidelberg"),
tags$p("Please use Google Chrome when running the app and wait a couple of minutes while the data loads, in the meantime you can check the following tutorial",
tags$a("video.", href="https://vimeo.com/559920776", target="_blank")),
tags$a("video.", href="https://vimeo.com/578681345", target="_blank")),
fluidRow(
column(5,uiOutput('Select_Experiment'),
),
......
......@@ -29,4 +29,4 @@ install.packages("future")
install.packages(c("sp", "polyclip"))
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
install.packages('Seurat')
remotes::install_version("Seurat", version = "3.2.3")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment