Build branch main with version main (9ca16ea)

Build pipeline: viash-hub.craftbox.main-q45l7

Source commit: 9ca16ea58d

Source message: add publish component (#10)

* add publish component

* update changleog

* update changelog

* address pr comments

* update test

* Update src/move_files_to_directory/config.vsh.yaml

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>

---------

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
CI
2025-05-02 09:40:37 +00:00
parent 953f3df186
commit 1a32cb3ec3
28 changed files with 5644 additions and 38 deletions

View File

@@ -182,9 +182,9 @@ build_info:
output: "target/nextflow/untar"
executable: "target/nextflow/untar/main.nf"
viash_version: "0.9.3"
git_commit: "8f9353f15e4d6952eca57e896f962a60b42b0a3c"
git_commit: "9ca16ea58d5f010e31714265802c016280594624"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-4-g8f9353f"
git_tag: "v0.1.0-5-g9ca16ea"
package_config:
name: "craftbox"
version: "main"

View File

@@ -3278,9 +3278,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/untar",
"viash_version" : "0.9.3",
"git_commit" : "8f9353f15e4d6952eca57e896f962a60b42b0a3c",
"git_commit" : "9ca16ea58d5f010e31714265802c016280594624",
"git_remote" : "https://github.com/viash-hub/craftbox",
"git_tag" : "v0.1.0-4-g8f9353f"
"git_tag" : "v0.1.0-5-g9ca16ea"
},
"package_config" : {
"name" : "craftbox",

View File

@@ -37,10 +37,10 @@
"output": {
"type":
"string",
"description": "Type: `file`, required, default: `$id.$key.output.output`. Directory to write the contents of the ",
"help_text": "Type: `file`, required, default: `$id.$key.output.output`. Directory to write the contents of the .tar file to."
"description": "Type: `file`, required, default: `$id.$key.output`. Directory to write the contents of the ",
"help_text": "Type: `file`, required, default: `$id.$key.output`. Directory to write the contents of the .tar file to."
,
"default":"$id.$key.output.output"
"default":"$id.$key.output"
}