Skip to content

Commit

Permalink
update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Oct 11, 2024
1 parent d32a41c commit bf55247
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 23 deletions.
10 changes: 5 additions & 5 deletions src/control_methods/random_proportions/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
__merge__: ../../api/comp_control_method.yaml

name: random_proportions
label: Random Proportions
summary: "Negative control method that randomly assigns celltype proportions from a Dirichlet distribution."
description: |
A negative control method with random assignment of predicted celltype proportions from a Dirichlet distribution.
info:
label: Random Proportions
summary: "Negative control method that randomly assigns celltype proportions from a Dirichlet distribution."
description: |
A negative control method with random assignment of predicted celltype proportions from a Dirichlet distribution.
preferred_normalization: counts

resources:
Expand All @@ -14,7 +14,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages: numpy
Expand Down
2 changes: 1 addition & 1 deletion src/control_methods/true_proportions/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0

runners:
- type: executable
Expand Down
2 changes: 1 addition & 1 deletion src/methods/cell2location/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/destvi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_pytorch_nvidia:1.0.4
image: openproblems/base_pytorch_nvidia:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/nmfreg/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/nnls/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/rctd/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.4
image: openproblems/base_r:1.0.0
setup:
- type: r
cran: [ Matrix, pak ]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/seurat/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.4
image: openproblems/base_r:1.0.0
setup:
- type: r
cran: [Matrix, Seurat]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/stereoscope/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_pytorch_nvidia:1.0.4
image: openproblems/base_pytorch_nvidia:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/tangram/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages: tangram-sc
Expand Down
2 changes: 1 addition & 1 deletion src/methods/vanillanmf/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/jsd/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
setup:
- type: python
packages: [numpy, scipy]
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/r2/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
image: openproblems/base_python:1.0.0
setup:
- type: python
packages: scikit-learn
Expand Down
4 changes: 2 additions & 2 deletions src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace: "workflows"
name: "process_datasets"
namespace: workflows
name: process_datasets
argument_groups:
- name: Inputs
arguments:
Expand Down
6 changes: 2 additions & 4 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "run_benchmark"
namespace: "workflows"
name: run_benchmark
namespace: workflows
argument_groups:
- name: Inputs
arguments:
Expand Down Expand Up @@ -47,8 +47,6 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- type: file
path: "../../api/task_info.yaml"
dependencies:
- name: common/check_dataset_schema
repository: openproblems_v2
Expand Down

0 comments on commit bf55247

Please sign in to comment.