diff --git a/src/control_methods/random_features/config.vsh.yaml b/src/control_methods/random_features/config.vsh.yaml index 385ffe7..eb203e2 100644 --- a/src/control_methods/random_features/config.vsh.yaml +++ b/src/control_methods/random_features/config.vsh.yaml @@ -19,7 +19,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow diff --git a/src/control_methods/spectral_features/config.vsh.yaml b/src/control_methods/spectral_features/config.vsh.yaml index 4e1a8ef..1eaa7ec 100644 --- a/src/control_methods/spectral_features/config.vsh.yaml +++ b/src/control_methods/spectral_features/config.vsh.yaml @@ -32,7 +32,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/control_methods/true_features/config.vsh.yaml b/src/control_methods/true_features/config.vsh.yaml index a6b4917..4dc2771 100644 --- a/src/control_methods/true_features/config.vsh.yaml +++ b/src/control_methods/true_features/config.vsh.yaml @@ -19,7 +19,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow diff --git a/src/data_processors/process_dataset/config.vsh.yaml b/src/data_processors/process_dataset/config.vsh.yaml index f672e4e..275e603 100644 --- a/src/data_processors/process_dataset/config.vsh.yaml +++ b/src/data_processors/process_dataset/config.vsh.yaml @@ -13,7 +13,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow diff --git a/src/data_processors/process_embedding/config.vsh.yaml b/src/data_processors/process_embedding/config.vsh.yaml index fb7b025..c827cf2 100644 --- a/src/data_processors/process_embedding/config.vsh.yaml +++ b/src/data_processors/process_embedding/config.vsh.yaml @@ -12,7 +12,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow diff --git a/src/methods/densmap/config.vsh.yaml b/src/methods/densmap/config.vsh.yaml index 3db98b5..06569dd 100644 --- a/src/methods/densmap/config.vsh.yaml +++ b/src/methods/densmap/config.vsh.yaml @@ -38,7 +38,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/methods/diffusion_map/config.vsh.yaml b/src/methods/diffusion_map/config.vsh.yaml index 77210b4..7d262bd 100644 --- a/src/methods/diffusion_map/config.vsh.yaml +++ b/src/methods/diffusion_map/config.vsh.yaml @@ -27,7 +27,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_r:1.0.0 + image: openproblems/base_r:1 setup: - type: r bioc: destiny diff --git a/src/methods/ivis/config.vsh.yaml b/src/methods/ivis/config.vsh.yaml index 1aa5782..8c695bc 100644 --- a/src/methods/ivis/config.vsh.yaml +++ b/src/methods/ivis/config.vsh.yaml @@ -40,7 +40,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/methods/lmds/config.vsh.yaml b/src/methods/lmds/config.vsh.yaml index 754f53c..59c4de7 100644 --- a/src/methods/lmds/config.vsh.yaml +++ b/src/methods/lmds/config.vsh.yaml @@ -52,7 +52,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_r:1.0.0 + image: openproblems/base_r:1 setup: - type: r cran: diff --git a/src/methods/neuralee/config.vsh.yaml b/src/methods/neuralee/config.vsh.yaml index 4abc2d0..1958ab6 100644 --- a/src/methods/neuralee/config.vsh.yaml +++ b/src/methods/neuralee/config.vsh.yaml @@ -49,7 +49,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/methods/pca/config.vsh.yaml b/src/methods/pca/config.vsh.yaml index b1e2ad9..84d6ffa 100644 --- a/src/methods/pca/config.vsh.yaml +++ b/src/methods/pca/config.vsh.yaml @@ -36,7 +36,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: scanpy diff --git a/src/methods/phate/config.vsh.yaml b/src/methods/phate/config.vsh.yaml index e01846e..8951861 100644 --- a/src/methods/phate/config.vsh.yaml +++ b/src/methods/phate/config.vsh.yaml @@ -51,7 +51,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/methods/pymde/config.vsh.yaml b/src/methods/pymde/config.vsh.yaml index 487039a..f3d2d5a 100644 --- a/src/methods/pymde/config.vsh.yaml +++ b/src/methods/pymde/config.vsh.yaml @@ -43,7 +43,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/methods/simlr/config.vsh.yaml b/src/methods/simlr/config.vsh.yaml index 695d31a..641bbe8 100644 --- a/src/methods/simlr/config.vsh.yaml +++ b/src/methods/simlr/config.vsh.yaml @@ -59,7 +59,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_r:1.0.0 + image: openproblems/base_r:1 setup: - type: r bioc: diff --git a/src/methods/tsne/config.vsh.yaml b/src/methods/tsne/config.vsh.yaml index 48ed1bd..b002d9d 100644 --- a/src/methods/tsne/config.vsh.yaml +++ b/src/methods/tsne/config.vsh.yaml @@ -51,7 +51,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: apt packages: diff --git a/src/methods/umap/config.vsh.yaml b/src/methods/umap/config.vsh.yaml index e366052..9b8a61d 100644 --- a/src/methods/umap/config.vsh.yaml +++ b/src/methods/umap/config.vsh.yaml @@ -44,7 +44,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/metrics/clustering_performance/config.vsh.yaml b/src/metrics/clustering_performance/config.vsh.yaml index 854a37d..ab411e9 100644 --- a/src/metrics/clustering_performance/config.vsh.yaml +++ b/src/metrics/clustering_performance/config.vsh.yaml @@ -69,7 +69,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: [scikit-learn, scanpy, leidenalg] diff --git a/src/metrics/coranking/config.vsh.yaml b/src/metrics/coranking/config.vsh.yaml index 5d51a36..010ee4c 100644 --- a/src/metrics/coranking/config.vsh.yaml +++ b/src/metrics/coranking/config.vsh.yaml @@ -98,7 +98,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_r:1.0.0 + image: openproblems/base_r:1 setup: - type: r cran: diff --git a/src/metrics/density_preservation/config.vsh.yaml b/src/metrics/density_preservation/config.vsh.yaml index 8c6a201..5ddbf45 100644 --- a/src/metrics/density_preservation/config.vsh.yaml +++ b/src/metrics/density_preservation/config.vsh.yaml @@ -34,7 +34,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/metrics/distance_correlation/config.vsh.yaml b/src/metrics/distance_correlation/config.vsh.yaml index d62868d..1cebb13 100644 --- a/src/metrics/distance_correlation/config.vsh.yaml +++ b/src/metrics/distance_correlation/config.vsh.yaml @@ -58,7 +58,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/metrics/spectral_distance_correlation/config.vsh.yaml b/src/metrics/spectral_distance_correlation/config.vsh.yaml index f18010f..8e3b34d 100644 --- a/src/metrics/spectral_distance_correlation/config.vsh.yaml +++ b/src/metrics/spectral_distance_correlation/config.vsh.yaml @@ -29,7 +29,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: diff --git a/src/metrics/trustworthiness/config.vsh.yaml b/src/metrics/trustworthiness/config.vsh.yaml index fa58540..3817d36 100644 --- a/src/metrics/trustworthiness/config.vsh.yaml +++ b/src/metrics/trustworthiness/config.vsh.yaml @@ -29,7 +29,7 @@ resources: # Platform configuration engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python packages: