Build branch main with version main (6e6be28)

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

Source commit: 6e6be28b85

Source message: Prepare CHANGELOG for release 0.2.0
This commit is contained in:
CI
2024-12-05 10:37:33 +00:00
parent 304b1d24b3
commit fcc3a4d62e
44 changed files with 5504 additions and 256 deletions

View File

@@ -27,8 +27,8 @@
"forward_input": {
"type":
"string",
"description": "Type: `file`, required. ",
"help_text": "Type: `file`, required. "
"description": "Type: List of `file`, required, multiple_sep: `\";\"`. ",
"help_text": "Type: List of `file`, required, multiple_sep: `\";\"`. "
}
@@ -37,8 +37,8 @@
"reverse_input": {
"type":
"string",
"description": "Type: `file`. ",
"help_text": "Type: `file`. "
"description": "Type: List of `file`, multiple_sep: `\";\"`. ",
"help_text": "Type: List of `file`, multiple_sep: `\";\"`. "
}
@@ -60,7 +60,7 @@
"description": "Type: List of `file`, required, default: `$id.$key.output_forward_*.output_forward_*`, multiple_sep: `\";\"`. ",
"help_text": "Type: List of `file`, required, default: `$id.$key.output_forward_*.output_forward_*`, multiple_sep: `\";\"`. "
,
"default": "$id.$key.output_forward_*.output_forward_*"
"default":"$id.$key.output_forward_*.output_forward_*"
}
@@ -71,7 +71,7 @@
"description": "Type: List of `file`, default: `$id.$key.output_reverse_*.output_reverse_*`, multiple_sep: `\";\"`. ",
"help_text": "Type: List of `file`, default: `$id.$key.output_reverse_*.output_reverse_*`, multiple_sep: `\";\"`. "
,
"default": "$id.$key.output_reverse_*.output_reverse_*"
"default":"$id.$key.output_reverse_*.output_reverse_*"
}