Build branch htrnaseq/main with version main to htrnaseq on branch main (92755e8)

Build pipeline: viash-hub.htrnaseq.main-666pl

Source commit: 92755e84e7

Source message: Runner: output state and rework publishing (#68)

* add eset output param

* add outputs to publishing and runner

* update publishing

* Update publishing

* Remove debug statements

* Undo change to integration test script

* Add asserts

* Fix asserts and canonicalization of publish paths

* Move fData to folder

* Add CHANGELOG entry [ci skip]

---------

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
CI
2025-09-02 08:17:05 +00:00
parent b51996294b
commit f683dfcf8e
111 changed files with 1549 additions and 573 deletions

View File

@@ -206,9 +206,8 @@ build_info:
output: "target/nextflow/eset/create_eset"
executable: "target/nextflow/eset/create_eset/main.nf"
viash_version: "0.9.4"
git_commit: "d70fdf2a6f13819db25bfe0ac9ddb14d0aa5c247"
git_commit: "92755e84e7e2b17cc44664388d6fbb444a26cffd"
git_remote: "https://github.com/viash-hub/htrnaseq"
git_tag: "v0.7.2-14-gd70fdf2"
package_config:
name: "htrnaseq"
version: "main"
@@ -238,7 +237,7 @@ package_config:
target: "target"
config_mods:
- ".requirements.commands := ['ps']\n.runners[.type == 'nextflow'].config.script\
\ := 'includeConfig(\"nextflow_labels.config\")'\n.resources += {path: '/src/config/labels.config',\
\ += 'includeConfig(\"nextflow_labels.config\")'\n.resources += {path: '/src/config/labels.config',\
\ dest: 'nextflow_labels.config'}\n.resources += {path: '/_viash.yaml', dest:\
\ '_viash.yaml'}\n"
- ".engines += { type: \"native\" }"