Build branch main with version main (9f37358)

Build pipeline: viash-hub.demultiplex.main-f597w

Source commit: 9f37358ebf

Source message: Minor adjustments to CHANGELOG and README (#45)
This commit is contained in:
CI
2025-04-25 12:20:54 +00:00
parent eb6fd9e999
commit 60ee0cd261
30 changed files with 388 additions and 411 deletions

View File

@@ -48,6 +48,8 @@ scope:
target: "public"
requirements:
commands:
- "summary"
- "index-summary"
- "ps"
license: "MIT"
links:
@@ -148,10 +150,10 @@ build_info:
engine: "docker|native"
output: "target/executable/io/interop_summary_to_csv"
executable: "target/executable/io/interop_summary_to_csv/interop_summary_to_csv"
viash_version: "0.9.3"
git_commit: "162497ab73faf321d5166fe34cd1f6976b14dcb0"
viash_version: "0.9.4"
git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-22-g162497a"
git_tag: "v0.1.1-24-g9f37358"
package_config:
name: "demultiplex"
version: "main"
@@ -160,11 +162,11 @@ package_config:
test_resources:
- path: "gs://viash-hub-test-data/demultiplex/v2/"
dest: "testData"
viash_version: "0.9.3"
viash_version: "0.9.4"
source: "src"
target: "target"
config_mods:
- ".requirements.commands := ['ps']\n.runners[.type == 'nextflow'].directives.tag\
- ".requirements.commands += ['ps']\n.runners[.type == 'nextflow'].directives.tag\
\ := '$id'\n.resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'}\n\
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
)'\n"

View File

@@ -2,7 +2,7 @@
# interop_summary_to_csv main
#
# This wrapper script is auto-generated by viash 0.9.3 and is thus a derivative
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
# Intuitive.
#
@@ -454,9 +454,9 @@ tar -C /tmp/ --no-same-owner --no-same-permissions -xvf /tmp/interop.tar.gz && \
mv /tmp/interop-1.3.1-Linux-GNU/bin/index-summary /tmp/interop-1.3.1-Linux-GNU/bin/summary /usr/local/bin/
LABEL org.opencontainers.image.description="Companion container for running component io interop_summary_to_csv"
LABEL org.opencontainers.image.created="2025-04-22T11:54:46Z"
LABEL org.opencontainers.image.created="2025-04-25T12:07:26Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="162497ab73faf321d5166fe34cd1f6976b14dcb0"
LABEL org.opencontainers.image.revision="9f37358ebfc77012c8c0dedd79a40e27b121c6c1"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER
@@ -781,13 +781,13 @@ if [[ "$VIASH_ENGINE_TYPE" == "docker" ]]; then
# build docker image
elif [ "$VIASH_MODE" == "setup" ]; then
ViashDockerSetup "$VIASH_DOCKER_IMAGE_ID" "$VIASH_SETUP_STRATEGY"
ViashDockerCheckCommands "$VIASH_DOCKER_IMAGE_ID" 'ps' 'bash'
ViashDockerCheckCommands "$VIASH_DOCKER_IMAGE_ID" 'summary' 'index-summary' 'ps' 'bash'
exit 0
fi
# check if docker image exists
ViashDockerSetup "$VIASH_DOCKER_IMAGE_ID" ifneedbepullelsecachedbuild
ViashDockerCheckCommands "$VIASH_DOCKER_IMAGE_ID" 'ps' 'bash'
ViashDockerCheckCommands "$VIASH_DOCKER_IMAGE_ID" 'summary' 'index-summary' 'ps' 'bash'
fi
# setting computational defaults

View File

@@ -198,10 +198,10 @@ build_info:
engine: "docker|native"
output: "target/executable/io/publish"
executable: "target/executable/io/publish/publish"
viash_version: "0.9.3"
git_commit: "162497ab73faf321d5166fe34cd1f6976b14dcb0"
viash_version: "0.9.4"
git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-22-g162497a"
git_tag: "v0.1.1-24-g9f37358"
package_config:
name: "demultiplex"
version: "main"
@@ -210,11 +210,11 @@ package_config:
test_resources:
- path: "gs://viash-hub-test-data/demultiplex/v2/"
dest: "testData"
viash_version: "0.9.3"
viash_version: "0.9.4"
source: "src"
target: "target"
config_mods:
- ".requirements.commands := ['ps']\n.runners[.type == 'nextflow'].directives.tag\
- ".requirements.commands += ['ps']\n.runners[.type == 'nextflow'].directives.tag\
\ := '$id'\n.resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'}\n\
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
)'\n"

View File

@@ -2,7 +2,7 @@
# publish main
#
# This wrapper script is auto-generated by viash 0.9.3 and is thus a derivative
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
# Intuitive.
#
@@ -450,9 +450,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io publish"
LABEL org.opencontainers.image.created="2025-04-22T11:54:46Z"
LABEL org.opencontainers.image.created="2025-04-25T12:07:25Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="162497ab73faf321d5166fe34cd1f6976b14dcb0"
LABEL org.opencontainers.image.revision="9f37358ebfc77012c8c0dedd79a40e27b121c6c1"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -155,10 +155,10 @@ build_info:
engine: "docker|native"
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.3"
git_commit: "162497ab73faf321d5166fe34cd1f6976b14dcb0"
viash_version: "0.9.4"
git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-22-g162497a"
git_tag: "v0.1.1-24-g9f37358"
package_config:
name: "demultiplex"
version: "main"
@@ -167,11 +167,11 @@ package_config:
test_resources:
- path: "gs://viash-hub-test-data/demultiplex/v2/"
dest: "testData"
viash_version: "0.9.3"
viash_version: "0.9.4"
source: "src"
target: "target"
config_mods:
- ".requirements.commands := ['ps']\n.runners[.type == 'nextflow'].directives.tag\
- ".requirements.commands += ['ps']\n.runners[.type == 'nextflow'].directives.tag\
\ := '$id'\n.resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'}\n\
.runners[.type == 'nextflow'].config.script := 'includeConfig(\"nextflow_labels.config\"\
)'\n"

View File

@@ -2,7 +2,7 @@
# untar main
#
# This wrapper script is auto-generated by viash 0.9.3 and is thus a derivative
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
# Intuitive.
#
@@ -450,9 +450,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io untar"
LABEL org.opencontainers.image.created="2025-04-22T11:54:46Z"
LABEL org.opencontainers.image.created="2025-04-25T12:07:25Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="162497ab73faf321d5166fe34cd1f6976b14dcb0"
LABEL org.opencontainers.image.revision="9f37358ebfc77012c8c0dedd79a40e27b121c6c1"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER