File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9598runners :
9699 # This platform allows running the component natively
Original file line number Diff line number Diff 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
97100runners :
98101 # This platform allows running the component natively
You can’t perform that action at this time.
0 commit comments