Skip to content

Commit

Permalink
add progeny dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Mar 4, 2024
1 parent 6167296 commit fdc9990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
BiocManager::install(c("decoupleR", "SpatialExperiment"), ask = FALSE)
install.packages(c("pkgdown", "sctransform"))
install.packages(c("stringi", "ridge"), type="source", repos="https://cloud.r-project.org/")
BiocManager::install("OmnipathR", ask=FALSE)
BiocManager::install(c("OmnipathR", "progeny", ask=FALSE)
install.packages(c("janitor", "reticulate", "Seurat", "SeuratObject", "tidyverse"))
## modified from pkgdown::deploy_to_branch
Expand Down
1 change: 1 addition & 0 deletions vignettes/FunctionalPipelinePathwayActivityLigands.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ library(tidyverse)
# Pathways and annotation
library(decoupleR)
library(OmnipathR)
library(progeny)
# Cleaning names
library(janitor)
Expand Down

0 comments on commit fdc9990

Please sign in to comment.