diff --git a/src/data_processors/infer_truth/config.vsh.yaml b/src/data_processors/infer_truth/config.vsh.yaml index 38eda41..feda120 100644 --- a/src/data_processors/infer_truth/config.vsh.yaml +++ b/src/data_processors/infer_truth/config.vsh.yaml @@ -22,7 +22,7 @@ test_resources: dest: resources_test/common engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python pypi: liana diff --git a/src/data_processors/process_dataset/config.vsh.yaml b/src/data_processors/process_dataset/config.vsh.yaml index f65b3e5..484b60d 100644 --- a/src/data_processors/process_dataset/config.vsh.yaml +++ b/src/data_processors/process_dataset/config.vsh.yaml @@ -29,7 +29,7 @@ test_resources: dest: resources_test/task_cell_cell_communication engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow \ No newline at end of file diff --git a/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml b/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml index 47c65da..df828a2 100644 --- a/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml +++ b/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml @@ -59,7 +59,7 @@ test_resources: path: /common/component_tests/run_and_check_output.py engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow \ No newline at end of file