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

@@ -155,10 +155,10 @@ build_info:
engine: "docker|native"
output: "target/nextflow/io/untar"
executable: "target/nextflow/io/untar/main.nf"
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"