Skip to content

Commit e94f91c

Browse files
committed
change github to cran for seurat
1 parent 1c5d757 commit e94f91c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/methods/rpca_to_goal/config.vsh.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,11 @@ engines:
8989
# https://viash.io/reference/config/engines/docker/#setup .
9090
setup:
9191
- type: r
92-
github: [satijalab/seurat@v4.4.0, satijalab/seurat-object@v4.1.4]
9392
packages: [ anndata ]
93+
url: [
94+
https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_4.4.0.tar.gz,
95+
https://cran.r-project.org/src/contrib/Archive/SeuratObject/SeuratObject_4.1.4.tar.gz
96+
]
9497

9598
runners:
9699
# This platform allows running the component natively

src/methods/rpca_to_mid/config.vsh.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ engines:
9191
# https://viash.io/reference/config/engines/docker/#setup .
9292
setup:
9393
- type: r
94-
github: [satijalab/seurat@v4.4.0, satijalab/seurat-object@v4.1.4]
9594
packages: [ anndata ]
95+
url: [
96+
https://cran.r-project.org/src/contrib/Archive/Seurat/Seurat_4.4.0.tar.gz,
97+
https://cran.r-project.org/src/contrib/Archive/SeuratObject/SeuratObject_4.1.4.tar.gz
98+
]
9699

97100
runners:
98101
# This platform allows running the component natively

0 commit comments

Comments
 (0)