Skip to content

Commit 0e9e3ad

Browse files
authored
Adjust anndata version for gene eff correction and qc filter (#113)
1 parent 85c56ab commit 0e9e3ad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/methods_expression_correction/gene_efficiency_correction/config.vsh.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ engines:
2929
image: openproblems/base_python:1
3030
__merge__:
3131
- /src/base/setup_txsim_partial.yaml
32+
setup:
33+
- type: python
34+
pypi: ["anndata>=0.12.0"]
3235
- type: native
3336

3437
runners:

src/methods_qc_filter/basic_qc_filter/config.vsh.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ engines:
3131
image: openproblems/base_python:1
3232
__merge__:
3333
- /src/base/setup_txsim_partial.yaml
34+
setup:
35+
- type: python
36+
pypi: ["anndata>=0.12.0"]
3437
- type: native
3538

3639
runners:

0 commit comments

Comments
 (0)