Build branch build/main with version build_main (9f2a3e6)
Build pipeline: openpipelines-bio.openpipeline-spatial.build-main-dnng6
Source commit: 9f2a3e68cb
Source message: deploy: ec27dd8c1c882499e787f73ea16a3af57028dcda
This commit is contained in:
@@ -47,8 +47,8 @@ engines:
|
|||||||
- procps
|
- procps
|
||||||
- type: python
|
- type: python
|
||||||
packages:
|
packages:
|
||||||
- spatialdata~=0.3.0
|
- spatialdata~=0.4.0
|
||||||
- spatialdata-io~=0.1.7
|
- spatialdata-io~=0.2.0
|
||||||
- mudata~=0.3.1
|
- mudata~=0.3.1
|
||||||
test_setup:
|
test_setup:
|
||||||
- type: apt
|
- type: apt
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ build_info:
|
|||||||
output: "target/executable/convert/from_cosmx_to_h5mu"
|
output: "target/executable/convert/from_cosmx_to_h5mu"
|
||||||
executable: "target/executable/convert/from_cosmx_to_h5mu/from_cosmx_to_h5mu"
|
executable: "target/executable/convert/from_cosmx_to_h5mu/from_cosmx_to_h5mu"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
||||||
LABEL org.opencontainers.image.description="Companion container for running component convert from_cosmx_to_h5mu"
|
LABEL org.opencontainers.image.description="Companion container for running component convert from_cosmx_to_h5mu"
|
||||||
LABEL org.opencontainers.image.created="2025-06-06T09:56:25Z"
|
LABEL org.opencontainers.image.created="2025-06-11T09:39:26Z"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
LABEL org.opencontainers.image.revision="f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
LABEL org.opencontainers.image.revision="9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
LABEL org.opencontainers.image.version="build_main"
|
LABEL org.opencontainers.image.version="build_main"
|
||||||
|
|
||||||
VIASHDOCKER
|
VIASHDOCKER
|
||||||
|
|||||||
@@ -190,8 +190,8 @@ engines:
|
|||||||
- type: "python"
|
- type: "python"
|
||||||
user: false
|
user: false
|
||||||
packages:
|
packages:
|
||||||
- "spatialdata~=0.3.0"
|
- "spatialdata~=0.4.0"
|
||||||
- "spatialdata-io~=0.1.7"
|
- "spatialdata-io~=0.2.0"
|
||||||
- "mudata~=0.3.1"
|
- "mudata~=0.3.1"
|
||||||
upgrade: true
|
upgrade: true
|
||||||
test_setup:
|
test_setup:
|
||||||
@@ -217,7 +217,7 @@ build_info:
|
|||||||
output: "target/executable/convert/from_spatialdata_to_h5mu"
|
output: "target/executable/convert/from_spatialdata_to_h5mu"
|
||||||
executable: "target/executable/convert/from_spatialdata_to_h5mu/from_spatialdata_to_h5mu"
|
executable: "target/executable/convert/from_spatialdata_to_h5mu/from_spatialdata_to_h5mu"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -454,13 +454,13 @@ RUN apt-get update && \
|
|||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install --upgrade pip && \
|
RUN pip install --upgrade pip && \
|
||||||
pip install --upgrade --no-cache-dir "spatialdata~=0.3.0" "spatialdata-io~=0.1.7" "mudata~=0.3.1"
|
pip install --upgrade --no-cache-dir "spatialdata~=0.4.0" "spatialdata-io~=0.2.0" "mudata~=0.3.1"
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
||||||
LABEL org.opencontainers.image.description="Companion container for running component convert from_spatialdata_to_h5mu"
|
LABEL org.opencontainers.image.description="Companion container for running component convert from_spatialdata_to_h5mu"
|
||||||
LABEL org.opencontainers.image.created="2025-06-06T09:56:25Z"
|
LABEL org.opencontainers.image.created="2025-06-11T09:39:26Z"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
LABEL org.opencontainers.image.revision="f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
LABEL org.opencontainers.image.revision="9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
LABEL org.opencontainers.image.version="build_main"
|
LABEL org.opencontainers.image.version="build_main"
|
||||||
|
|
||||||
VIASHDOCKER
|
VIASHDOCKER
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ build_info:
|
|||||||
output: "target/executable/convert/from_xenium_to_spatialdata"
|
output: "target/executable/convert/from_xenium_to_spatialdata"
|
||||||
executable: "target/executable/convert/from_xenium_to_spatialdata/from_xenium_to_spatialdata"
|
executable: "target/executable/convert/from_xenium_to_spatialdata/from_xenium_to_spatialdata"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
||||||
LABEL org.opencontainers.image.description="Companion container for running component convert from_xenium_to_spatialdata"
|
LABEL org.opencontainers.image.description="Companion container for running component convert from_xenium_to_spatialdata"
|
||||||
LABEL org.opencontainers.image.created="2025-06-06T09:56:25Z"
|
LABEL org.opencontainers.image.created="2025-06-11T09:39:25Z"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
LABEL org.opencontainers.image.revision="f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
LABEL org.opencontainers.image.revision="9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
LABEL org.opencontainers.image.version="build_main"
|
LABEL org.opencontainers.image.version="build_main"
|
||||||
|
|
||||||
VIASHDOCKER
|
VIASHDOCKER
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ build_info:
|
|||||||
output: "target/executable/filter/subset_cosmx"
|
output: "target/executable/filter/subset_cosmx"
|
||||||
executable: "target/executable/filter/subset_cosmx/subset_cosmx"
|
executable: "target/executable/filter/subset_cosmx/subset_cosmx"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
|
||||||
LABEL org.opencontainers.image.description="Companion container for running component filter subset_cosmx"
|
LABEL org.opencontainers.image.description="Companion container for running component filter subset_cosmx"
|
||||||
LABEL org.opencontainers.image.created="2025-06-06T09:56:25Z"
|
LABEL org.opencontainers.image.created="2025-06-11T09:39:25Z"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
LABEL org.opencontainers.image.revision="f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
LABEL org.opencontainers.image.revision="9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
LABEL org.opencontainers.image.version="build_main"
|
LABEL org.opencontainers.image.version="build_main"
|
||||||
|
|
||||||
VIASHDOCKER
|
VIASHDOCKER
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ build_info:
|
|||||||
output: "target/nextflow/convert/from_cosmx_to_h5mu"
|
output: "target/nextflow/convert/from_cosmx_to_h5mu"
|
||||||
executable: "target/nextflow/convert/from_cosmx_to_h5mu/main.nf"
|
executable: "target/nextflow/convert/from_cosmx_to_h5mu/main.nf"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -3340,7 +3340,7 @@ meta = [
|
|||||||
"engine" : "docker|native",
|
"engine" : "docker|native",
|
||||||
"output" : "/workdir/root/repo/target/nextflow/convert/from_cosmx_to_h5mu",
|
"output" : "/workdir/root/repo/target/nextflow/convert/from_cosmx_to_h5mu",
|
||||||
"viash_version" : "0.9.3",
|
"viash_version" : "0.9.3",
|
||||||
"git_commit" : "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4",
|
"git_commit" : "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16",
|
||||||
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
},
|
},
|
||||||
"package_config" : {
|
"package_config" : {
|
||||||
|
|||||||
@@ -190,8 +190,8 @@ engines:
|
|||||||
- type: "python"
|
- type: "python"
|
||||||
user: false
|
user: false
|
||||||
packages:
|
packages:
|
||||||
- "spatialdata~=0.3.0"
|
- "spatialdata~=0.4.0"
|
||||||
- "spatialdata-io~=0.1.7"
|
- "spatialdata-io~=0.2.0"
|
||||||
- "mudata~=0.3.1"
|
- "mudata~=0.3.1"
|
||||||
upgrade: true
|
upgrade: true
|
||||||
test_setup:
|
test_setup:
|
||||||
@@ -217,7 +217,7 @@ build_info:
|
|||||||
output: "target/nextflow/convert/from_spatialdata_to_h5mu"
|
output: "target/nextflow/convert/from_spatialdata_to_h5mu"
|
||||||
executable: "target/nextflow/convert/from_spatialdata_to_h5mu/main.nf"
|
executable: "target/nextflow/convert/from_spatialdata_to_h5mu/main.nf"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -3293,8 +3293,8 @@ meta = [
|
|||||||
"type" : "python",
|
"type" : "python",
|
||||||
"user" : false,
|
"user" : false,
|
||||||
"packages" : [
|
"packages" : [
|
||||||
"spatialdata~=0.3.0",
|
"spatialdata~=0.4.0",
|
||||||
"spatialdata-io~=0.1.7",
|
"spatialdata-io~=0.2.0",
|
||||||
"mudata~=0.3.1"
|
"mudata~=0.3.1"
|
||||||
],
|
],
|
||||||
"upgrade" : true
|
"upgrade" : true
|
||||||
@@ -3332,7 +3332,7 @@ meta = [
|
|||||||
"engine" : "docker|native",
|
"engine" : "docker|native",
|
||||||
"output" : "/workdir/root/repo/target/nextflow/convert/from_spatialdata_to_h5mu",
|
"output" : "/workdir/root/repo/target/nextflow/convert/from_spatialdata_to_h5mu",
|
||||||
"viash_version" : "0.9.3",
|
"viash_version" : "0.9.3",
|
||||||
"git_commit" : "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4",
|
"git_commit" : "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16",
|
||||||
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
},
|
},
|
||||||
"package_config" : {
|
"package_config" : {
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ build_info:
|
|||||||
output: "target/nextflow/convert/from_xenium_to_spatialdata"
|
output: "target/nextflow/convert/from_xenium_to_spatialdata"
|
||||||
executable: "target/nextflow/convert/from_xenium_to_spatialdata/main.nf"
|
executable: "target/nextflow/convert/from_xenium_to_spatialdata/main.nf"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -3430,7 +3430,7 @@ meta = [
|
|||||||
"engine" : "docker|native",
|
"engine" : "docker|native",
|
||||||
"output" : "/workdir/root/repo/target/nextflow/convert/from_xenium_to_spatialdata",
|
"output" : "/workdir/root/repo/target/nextflow/convert/from_xenium_to_spatialdata",
|
||||||
"viash_version" : "0.9.3",
|
"viash_version" : "0.9.3",
|
||||||
"git_commit" : "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4",
|
"git_commit" : "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16",
|
||||||
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
},
|
},
|
||||||
"package_config" : {
|
"package_config" : {
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ build_info:
|
|||||||
output: "target/nextflow/filter/subset_cosmx"
|
output: "target/nextflow/filter/subset_cosmx"
|
||||||
executable: "target/nextflow/filter/subset_cosmx/main.nf"
|
executable: "target/nextflow/filter/subset_cosmx/main.nf"
|
||||||
viash_version: "0.9.3"
|
viash_version: "0.9.3"
|
||||||
git_commit: "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4"
|
git_commit: "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16"
|
||||||
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
package_config:
|
package_config:
|
||||||
name: "openpipeline_spatial"
|
name: "openpipeline_spatial"
|
||||||
|
|||||||
@@ -3322,7 +3322,7 @@ meta = [
|
|||||||
"engine" : "docker|native",
|
"engine" : "docker|native",
|
||||||
"output" : "/workdir/root/repo/target/nextflow/filter/subset_cosmx",
|
"output" : "/workdir/root/repo/target/nextflow/filter/subset_cosmx",
|
||||||
"viash_version" : "0.9.3",
|
"viash_version" : "0.9.3",
|
||||||
"git_commit" : "f502b8c8edb0ca78b2f3f1eb43dcbcd966525fb4",
|
"git_commit" : "9f2a3e68cb0ae7fc97924d8872376ec7a58afe16",
|
||||||
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
"git_remote" : "https://github.com/openpipelines-bio/openpipeline_spatial"
|
||||||
},
|
},
|
||||||
"package_config" : {
|
"package_config" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user