Build branch build/main with version build_main (280b21f)

Build pipeline: openpipelines-bio.openpipeline-spatial.build-main-6h5zv

Source commit: 280b21fc21

Source message: deploy: 6840f3802d04d96d44f29d3cdbd31c62d144b14d
This commit is contained in:
CI
2025-07-24 15:39:45 +00:00
parent b59203a4af
commit 72b5c7c839
375 changed files with 191080 additions and 560 deletions

View File

@@ -40,17 +40,6 @@ argument_groups:
direction: "input"
multiple: false
multiple_sep: ";"
- type: "string"
name: "--dataset_id"
description: "ID of the dataset. By default expects the following file structure:\n\
path/to/dataset/\n├── CellComposite/\n├── CellLabels/\n├── CellOverlay/\n├──\
\ CompartmentLabels/\n├── <dataset_id>_exprMat_file.csv\n├── <dataset_id>_fov_positions_file.csv\n\
├── <dataset_id>_metadata_file.csv\n└── <dataset_id>_tx_file.csv \n"
info: null
required: false
direction: "input"
multiple: false
multiple_sep: ";"
- type: "string"
name: "--modality"
info: null
@@ -117,10 +106,10 @@ repositories:
name: "openpipeline"
repo: "openpipelines-bio/openpipeline"
tag: "2.1.2"
- type: "github"
- type: "vsh"
name: "openpipeline_incubator"
repo: "openpipelines-bio/openpipeline_incubator"
tag: "main"
repo: "openpipeline_incubator"
tag: "build/main"
links:
repository: "https://github.com/openpipelines-bio/openpipeline_spatial"
docker_registry: "ghcr.io"
@@ -234,8 +223,8 @@ build_info:
engine: "docker|native"
output: "target/nextflow/convert/from_cosmx_to_h5mu"
executable: "target/nextflow/convert/from_cosmx_to_h5mu/main.nf"
viash_version: "0.9.3"
git_commit: "6ae6ad193664a12a39c23f20030ebf03d9e886c6"
viash_version: "0.9.4"
git_commit: "280b21fc21238c6e7b2e76089deffdef5d979b34"
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
package_config:
name: "openpipeline_spatial"
@@ -250,15 +239,15 @@ package_config:
name: "openpipeline"
repo: "openpipelines-bio/openpipeline"
tag: "2.1.2"
- type: "github"
- type: "vsh"
name: "openpipeline_incubator"
repo: "openpipelines-bio/openpipeline_incubator"
tag: "main"
viash_version: "0.9.3"
repo: "openpipeline_incubator"
tag: "build/main"
viash_version: "0.9.4"
source: "src"
target: "target"
config_mods:
- ".resources += {path: '/src/labels.config', dest: 'nextflow_labels.config'}\n\
- ".resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}\n\
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
)'"
- ".engines += { type: \"native\" }"