Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/methods_expression_correction/split/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ engines:
setup:
- type: docker
run: |
apt-get update
apt-get update && apt-get install -y libcurl4-openssl-dev libssl-dev libgit2-dev libxml2-dev
# - type: r
# packages: [fs, rlang, lifecycle]
- type: r
Expand All @@ -41,8 +41,9 @@ engines:
# The reinstall of SingleCellExperiment triggers the correct re-install of SpatialExperiment.
- type: r
github: dmcable/spacexr
- type: r
github: bdsc-tds/SPLIT
- type: docker
run: |
Rscript -e 'remotes::install_github("bdsc-tds/SPLIT")'

- type: native

Expand Down
Loading