Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcarmona authored Oct 28, 2020
1 parent 975d730 commit 21035b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ if (!requireNamespace("Seurat", quietly = TRUE)) {
install.packages("Seurat")
}
remotes::install_github("carmonalab/TILPRED")
if (!requireNamespace("TILPRED", quietly = TRUE)) {
install.packages(c("doParallel","doRNG"))
BiocManager::install(c("AUCell","SingleCellExperiment"))
remotes::install_github("carmonalab/TILPRED")
}
remotes::install_github("carmonalab/ProjecTILs")
Expand Down

0 comments on commit 21035b4

Please sign in to comment.