From d92a3805fc7b30bb8866f39191ae4a519891e899 Mon Sep 17 00:00:00 2001
From: Triana <triana@embl.de>
Date: Sat, 24 Jul 2021 02:40:51 +0200
Subject: [PATCH] correct seurat version

---
 app/ui.r   | 2 +-
 packages.R | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/ui.r b/app/ui.r
index 1215e0d..98b46cf 100644
--- a/app/ui.r
+++ b/app/ui.r
@@ -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'),
            ),
diff --git a/packages.R b/packages.R
index 9f1d679..dd70439 100644
--- a/packages.R
+++ b/packages.R
@@ -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")
-- 
GitLab