Skip to content

Commit 7008d17

Browse files
committed
change the reticulate version
1 parent bfda836 commit 7008d17

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

src/methods/scdesign3_nb/config.vsh.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ engines:
4242
- type: apt
4343
packages: [r-bioc-singlecellexperiment, git]
4444
- type: r
45-
github: SONGDONGYUAN1994/scDesign3
45+
github:
46+
- SONGDONGYUAN1994/scDesign3
47+
48+
cran:
49+
- anndata
50+
- reticulate==1.4.0
51+
- type: python
52+
packages:
53+
- anndata
4654

4755
runners:
4856
- type: executable

src/methods/scdesign3_nb/script.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ meta <- list(
1313
name = "scdesign3"
1414
)
1515
## VIASH END
16-
16+
reticulate::py_config()
1717
cat("Read input files\n")
1818
input <- anndata::read_h5ad(par$input)
1919

src/methods/scdesign3_poisson/config.vsh.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ engines:
4242
- type: apt
4343
packages: [r-bioc-singlecellexperiment, git]
4444
- type: r
45-
github: SONGDONGYUAN1994/scDesign3
45+
github:
46+
- SONGDONGYUAN1994/scDesign3
47+
4648

4749
runners:
4850
- type: executable

src/metrics/ks_statistic_sc_features/config.vsh.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ engines:
7171
- resample
7272
- reshape2
7373
- spatstat
74+
- anndata
7475
github:
7576
- xuranw/MuSiC
7677
- YingMa0107/CARD
7778
- SydneyBioX/scFeatures
79+
7880

7981
runners:
8082
- type: executable

src/process_datasets/sc_features/config.vsh.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ engines:
3333
image: openproblems/base_r:1.0.0
3434
setup:
3535
- type: r
36-
github: [SydneyBioX/scFeatures]
36+
github:
37+
- SydneyBioX/scFeatures
38+
3739

3840
runners:
3941
- type: executable

0 commit comments

Comments
 (0)