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:

0 commit comments

Comments
 (0)