Skip to content

Commit 06b679f

Browse files
Update image version to :1 (#65)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7e4d3b5 commit 06b679f

File tree

42 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

src/control_methods/embed_cell_types/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
- path: /src/control_methods/utils.py
1414
engines:
1515
- type: docker
16-
image: openproblems/base_python:1.0.0
16+
image: openproblems/base_python:1
1717
runners:
1818
- type: executable
1919
- type: nextflow

src/control_methods/embed_cell_types_jittered/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919
- path: /src/control_methods/utils.py
2020
engines:
2121
- type: docker
22-
image: openproblems/base_python:1.0.0
22+
image: openproblems/base_python:1
2323
runners:
2424
- type: executable
2525
- type: nextflow

src/control_methods/no_integration/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
- path: /src/utils/read_anndata_partial.py
1313
engines:
1414
- type: docker
15-
image: openproblems/base_python:1.0.0
15+
image: openproblems/base_python:1
1616
runners:
1717
- type: executable
1818
- type: nextflow

src/control_methods/no_integration_batch/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
- path: /src/utils/read_anndata_partial.py
1313
engines:
1414
- type: docker
15-
image: openproblems/base_python:1.0.0
15+
image: openproblems/base_python:1
1616
runners:
1717
- type: executable
1818
- type: nextflow

src/control_methods/shuffle_integration/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
- path: /src/control_methods/utils.py
1313
engines:
1414
- type: docker
15-
image: openproblems/base_python:1.0.0
15+
image: openproblems/base_python:1
1616
runners:
1717
- type: executable
1818
- type: nextflow

src/control_methods/shuffle_integration_by_batch/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
- path: /src/control_methods/utils.py
1313
engines:
1414
- type: docker
15-
image: openproblems/base_python:1.0.0
15+
image: openproblems/base_python:1
1616
runners:
1717
- type: executable
1818
- type: nextflow

src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
- path: /src/control_methods/utils.py
1313
engines:
1414
- type: docker
15-
image: openproblems/base_python:1.0.0
15+
image: openproblems/base_python:1
1616
runners:
1717
- type: executable
1818
- type: nextflow

src/data_processors/precompute_clustering_merge/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resources:
2222
path: script.py
2323
engines:
2424
- type: docker
25-
image: openproblems/base_python:1.0.0
25+
image: openproblems/base_python:1
2626
runners:
2727
- type: executable
2828
- type: nextflow

src/data_processors/precompute_clustering_run/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources:
2121
- path: /src/utils/read_anndata_partial.py
2222
engines:
2323
- type: docker
24-
image: openproblems/base_python:1.0.0
24+
image: openproblems/base_python:1
2525
setup:
2626
- type: python
2727
pypi:

src/data_processors/process_dataset/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resources:
77
- path: /common/helper_functions/subset_h5ad_by_format.py
88
engines:
99
- type: docker
10-
image: openproblems/base_python:1.0.0
10+
image: openproblems/base_python:1
1111
setup:
1212
- type: python
1313
pypi:

src/data_processors/transform/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resources:
3939
path: script.py
4040
engines:
4141
- type: docker
42-
image: openproblems/base_python:1.0.0
42+
image: openproblems/base_python:1
4343
setup:
4444
- type: python
4545
pypi: scanpy

src/methods/batchelor_fastmnn/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
path: script.R
2828
engines:
2929
- type: docker
30-
image: openproblems/base_r:1.0.0
30+
image: openproblems/base_r:1
3131
setup:
3232
- type: r
3333
bioc: batchelor

src/methods/batchelor_mnn_correct/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources:
2121
path: script.R
2222
engines:
2323
- type: docker
24-
image: openproblems/base_r:1.0.0
24+
image: openproblems/base_r:1
2525
setup:
2626
- type: r
2727
bioc:

src/methods/bbknn/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resources:
3939
- path: /src/utils/read_anndata_partial.py
4040
engines:
4141
- type: docker
42-
image: openproblems/base_python:1.0.0
42+
image: openproblems/base_python:1
4343
setup:
4444
- type: python
4545
pypi:

src/methods/combat/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resources:
2828
- path: /src/utils/read_anndata_partial.py
2929
engines:
3030
- type: docker
31-
image: openproblems/base_python:1.0.0
31+
image: openproblems/base_python:1
3232
runners:
3333
- type: executable
3434
- type: nextflow

src/methods/geneformer/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resources:
4848

4949
engines:
5050
- type: docker
51-
image: openproblems/base_pytorch_nvidia:1.0.0
51+
image: openproblems/base_pytorch_nvidia:1
5252
setup:
5353
- type: python
5454
pip:

src/methods/harmony/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources:
2121
path: script.R
2222
engines:
2323
- type: docker
24-
image: openproblems/base_r:1.0.0
24+
image: openproblems/base_r:1
2525
setup:
2626
- type: r
2727
cran:

src/methods/harmonypy/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resources:
2222
- path: /src/utils/read_anndata_partial.py
2323
engines:
2424
- type: docker
25-
image: openproblems/base_python:1.0.0
25+
image: openproblems/base_python:1
2626
setup:
2727
- type: python
2828
pypi:

src/methods/liger/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resources:
2020
path: script.R
2121
engines:
2222
- type: docker
23-
image: openproblems/base_r:1.0.0
23+
image: openproblems/base_r:1
2424
setup:
2525
- type: apt
2626
packages: cmake

src/methods/pyliger/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626
- path: /src/utils/read_anndata_partial.py
2727
engines:
2828
- type: docker
29-
image: openproblems/base_python:1.0.0
29+
image: openproblems/base_python:1
3030
setup:
3131
- type: python
3232
pypi:

src/methods/scalex/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resources:
2323
- path: /src/utils/read_anndata_partial.py
2424
engines:
2525
- type: docker
26-
image: openproblems/base_python:1.0.0
26+
image: openproblems/base_python:1
2727
setup:
2828
- type: python
2929
pypi:

src/methods/scanorama/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resources:
2525
- path: /src/utils/read_anndata_partial.py
2626
engines:
2727
- type: docker
28-
image: openproblems/base_python:1.0.0
28+
image: openproblems/base_python:1
2929
setup:
3030
- type: python
3131
pypi:

src/methods/scanvi/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resources:
4545
- path: /src/utils/read_anndata_partial.py
4646
engines:
4747
- type: docker
48-
image: openproblems/base_pytorch_nvidia:1.0.0
48+
image: openproblems/base_pytorch_nvidia:1
4949
setup:
5050
- type: python
5151
pypi:

src/methods/scgpt_finetuned/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resources:
4848

4949
engines:
5050
- type: docker
51-
image: openproblems/base_pytorch_nvidia:1.0.0
51+
image: openproblems/base_pytorch_nvidia:1
5252
# TODO: Try to find working installation of flash attention (flash-attn<1.0.5)
5353
setup:
5454
- type: python

src/methods/scgpt_zeroshot/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resources:
5050

5151
engines:
5252
- type: docker
53-
image: openproblems/base_pytorch_nvidia:1.0.0
53+
image: openproblems/base_pytorch_nvidia:1
5454
# TODO: Try to find working installation of flash attention (flash-attn<1.0.5)
5555
setup:
5656
- type: python

src/methods/scimilarity/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resources:
2424
- path: /src/utils/exit_codes.py
2525
engines:
2626
- type: docker
27-
image: openproblems/base_pytorch_nvidia:1.0.0
27+
image: openproblems/base_pytorch_nvidia:1
2828
setup:
2929
- type: python
3030
github: Genentech/scimilarity

src/methods/scprint/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resources:
7171

7272
engines:
7373
- type: docker
74-
image: openproblems/base_pytorch_nvidia:1.0.0
74+
image: openproblems/base_pytorch_nvidia:1
7575
setup:
7676
- type: python
7777
pip:

src/methods/scvi/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resources:
4141
- path: /src/utils/read_anndata_partial.py
4242
engines:
4343
- type: docker
44-
image: openproblems/base_pytorch_nvidia:1.0.0
44+
image: openproblems/base_pytorch_nvidia:1
4545
setup:
4646
- type: python
4747
pypi:

src/methods/uce/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resources:
3232

3333
engines:
3434
- type: docker
35-
image: openproblems/base_pytorch_nvidia:1.0.0
35+
image: openproblems/base_pytorch_nvidia:1
3636
setup:
3737
- type: python
3838
pypi:

src/metrics/asw_batch/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resources:
4141
- path: /src/utils/read_anndata_partial.py
4242
engines:
4343
- type: docker
44-
image: openproblems/base_python:1.0.0
44+
image: openproblems/base_python:1
4545
setup:
4646
- type: python
4747
pypi:

src/metrics/asw_label/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resources:
2929
- path: /src/utils/read_anndata_partial.py
3030
engines:
3131
- type: docker
32-
image: openproblems/base_python:1.0.0
32+
image: openproblems/base_python:1
3333
setup:
3434
- type: python
3535
pypi:

src/metrics/cell_cycle_conservation/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resources:
3939
- path: /src/utils/read_anndata_partial.py
4040
engines:
4141
- type: docker
42-
image: openproblems/base_python:1.0.0
42+
image: openproblems/base_python:1
4343
setup:
4444
- type: python
4545
pypi:

src/metrics/clustering_overlap/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resources:
6161
- path: /src/utils/read_anndata_partial.py
6262
engines:
6363
- type: docker
64-
image: openproblems/base_python:1.0.0
64+
image: openproblems/base_python:1
6565
setup:
6666
- type: python
6767
pypi:

src/metrics/graph_connectivity/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resources:
3838
- path: /src/utils/read_anndata_partial.py
3939
engines:
4040
- type: docker
41-
image: openproblems/base_python:1.0.0
41+
image: openproblems/base_python:1
4242
setup:
4343
- type: python
4444
pypi:

src/metrics/hvg_overlap/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resources:
3737
- path: /src/utils/read_anndata_partial.py
3838
engines:
3939
- type: docker
40-
image: openproblems/base_python:1.0.0
40+
image: openproblems/base_python:1
4141
setup:
4242
- type: python
4343
pypi:

src/metrics/isolated_label_asw/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resources:
3030
- path: /src/utils/read_anndata_partial.py
3131
engines:
3232
- type: docker
33-
image: openproblems/base_python:1.0.0
33+
image: openproblems/base_python:1
3434
setup:
3535
- type: python
3636
pypi:

src/metrics/isolated_label_f1/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resources:
4949
- path: /src/utils/read_anndata_partial.py
5050
engines:
5151
- type: docker
52-
image: openproblems/base_python:1.0.0
52+
image: openproblems/base_python:1
5353
setup:
5454
- type: python
5555
pypi:

src/metrics/kbet/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resources:
4444
- path: /src/utils/read_anndata_partial.py
4545
engines:
4646
- type: docker
47-
image: openproblems/base_r:1.0.0
47+
image: openproblems/base_r:1
4848
setup:
4949
- type: r
5050
github: theislab/kBET

src/metrics/kbet_pg/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resources:
3434
- path: /src/utils/read_anndata_partial.py
3535
engines:
3636
- type: docker
37-
image: openproblems/base_python:1.0.0
37+
image: openproblems/base_python:1
3838
setup:
3939
- type: python
4040
pypi:

src/metrics/kbet_pg_label/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resources:
3434
- path: /src/utils/read_anndata_partial.py
3535
engines:
3636
- type: docker
37-
image: openproblems/base_python:1.0.0
37+
image: openproblems/base_python:1
3838
setup:
3939
- type: python
4040
pypi:

src/metrics/lisi/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resources:
4949
- path: /src/utils/read_anndata_partial.py
5050
engines:
5151
- type: docker
52-
image: openproblems/base_python:1.0.0
52+
image: openproblems/base_python:1
5353
setup:
5454
- type: python
5555
pypi:

src/metrics/pcr/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ resources:
3535
- path: /src/utils/read_anndata_partial.py
3636
engines:
3737
- type: docker
38-
image: openproblems/base_python:1.0.0
38+
image: openproblems/base_python:1
3939
setup:
4040
- type: python
4141
pypi:

0 commit comments

Comments
 (0)