Skip to content

Commit

Permalink
Iron out bugs and test first overview script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Margaret Magaletta committed Apr 17, 2019
1 parent 0a0fb68 commit a80c522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/main.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ withr::with_libpaths( PATH_TO_PROJECT_PACKAGES, devtools::install_github( "satij
withr::with_libpaths( PATH_TO_PROJECT_PACKAGES, devtools::install_github( "maehrlab/thymusatlastools" ) )
withr::with_libpaths( PATH_TO_PROJECT_PACKAGES, devtools::install_github( "ekernf01/freezr" ) )
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("destiny", version = "3.8" )
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
if (!requireNamespace("destiny", quietly = TRUE)) BiocManager::install("", version = "3.8" )
library(Seurat, lib.loc = PATH_TO_PROJECT_PACKAGES)
library(thymusatlastools, lib.loc = PATH_TO_PROJECT_PACKAGES)
library(freezr, lib.loc = PATH_TO_PROJECT_PACKAGES)
Expand Down

0 comments on commit a80c522

Please sign in to comment.