Build branch v0.4 with version v0.4.3 (aa88037)

Build pipeline: viash-hub.demultiplex.v0.4-6v7tp

Source commit: aa8803720f

Source message: Bump version to v0.4.3
This commit is contained in:
CI
2025-08-01 13:52:19 +00:00
parent c9f3fc3758
commit fbbb4d6cfe
45 changed files with 182 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
name: "combine_samples"
namespace: "dataflow"
version: "v0.4.2"
version: "v0.4.3"
argument_groups:
- name: "Input arguments"
arguments:
@@ -168,12 +168,12 @@ build_info:
output: "target/nextflow/dataflow/combine_samples"
executable: "target/nextflow/dataflow/combine_samples/main.nf"
viash_version: "0.9.4"
git_commit: "21de648b218d114d3ab155462f4f08f4d585f741"
git_commit: "aa8803720f098287518db3d2dc74eff24cf003f1"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-40-g21de648"
git_tag: "v0.4.2-2-gaa88037"
package_config:
name: "demultiplex"
version: "v0.4.2"
version: "v0.4.3"
description: "Demultiplexing pipeline\n"
info:
test_resources:
@@ -189,7 +189,7 @@ package_config:
)'\n.resources += {path: '/_viash.yaml', dest: '_viash.yaml'}\n"
- ".engines += { type: \"native\" }"
- ".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'"
- ".engines[.type == 'docker'].target_tag := 'v0.4.2'"
- ".engines[.type == 'docker'].target_tag := 'v0.4.3'"
keywords:
- "bioinformatics"
- "sequence"

View File

@@ -1,5 +1,5 @@
name: demultiplex
version: v0.4.2
version: v0.4.3
description: |
Demultiplexing pipeline
license: MIT

View File

@@ -1,4 +1,4 @@
// combine_samples v0.4.2
// combine_samples v0.4.3
//
// 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
@@ -3032,7 +3032,7 @@ meta = [
"config": processConfig(readJsonBlob('''{
"name" : "combine_samples",
"namespace" : "dataflow",
"version" : "v0.4.2",
"version" : "v0.4.3",
"argument_groups" : [
{
"name" : "Input arguments",
@@ -3235,13 +3235,13 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/dataflow/combine_samples",
"viash_version" : "0.9.4",
"git_commit" : "21de648b218d114d3ab155462f4f08f4d585f741",
"git_commit" : "aa8803720f098287518db3d2dc74eff24cf003f1",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-40-g21de648"
"git_tag" : "v0.4.2-2-gaa88037"
},
"package_config" : {
"name" : "demultiplex",
"version" : "v0.4.2",
"version" : "v0.4.3",
"description" : "Demultiplexing pipeline\n",
"info" : {
"test_resources" : [
@@ -3258,7 +3258,7 @@ meta = [
".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.resources += {path: '/_viash.yaml', dest: '_viash.yaml'}\n",
".engines += { type: \\"native\\" }",
".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'",
".engines[.type == 'docker'].target_tag := 'v0.4.2'"
".engines[.type == 'docker'].target_tag := 'v0.4.3'"
],
"keywords" : [
"bioinformatics",

View File

@@ -2,7 +2,7 @@ manifest {
name = 'dataflow/combine_samples'
mainScript = 'main.nf'
nextflowVersion = '!>=20.12.1-edge'
version = 'v0.4.2'
version = 'v0.4.3'
description = 'Combine fastq files from across samples into one event with a list of fastq files per orientation.'
}

View File

@@ -1,6 +1,6 @@
name: "gather_fastqs_and_validate"
namespace: "dataflow"
version: "v0.4.2"
version: "v0.4.3"
argument_groups:
- name: "Input arguments"
arguments:
@@ -159,12 +159,12 @@ build_info:
output: "target/nextflow/dataflow/gather_fastqs_and_validate"
executable: "target/nextflow/dataflow/gather_fastqs_and_validate/main.nf"
viash_version: "0.9.4"
git_commit: "21de648b218d114d3ab155462f4f08f4d585f741"
git_commit: "aa8803720f098287518db3d2dc74eff24cf003f1"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-40-g21de648"
git_tag: "v0.4.2-2-gaa88037"
package_config:
name: "demultiplex"
version: "v0.4.2"
version: "v0.4.3"
description: "Demultiplexing pipeline\n"
info:
test_resources:
@@ -180,7 +180,7 @@ package_config:
)'\n.resources += {path: '/_viash.yaml', dest: '_viash.yaml'}\n"
- ".engines += { type: \"native\" }"
- ".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'"
- ".engines[.type == 'docker'].target_tag := 'v0.4.2'"
- ".engines[.type == 'docker'].target_tag := 'v0.4.3'"
keywords:
- "bioinformatics"
- "sequence"

View File

@@ -1,5 +1,5 @@
name: demultiplex
version: v0.4.2
version: v0.4.3
description: |
Demultiplexing pipeline
license: MIT

View File

@@ -1,4 +1,4 @@
// gather_fastqs_and_validate v0.4.2
// gather_fastqs_and_validate v0.4.3
//
// 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
@@ -3032,7 +3032,7 @@ meta = [
"config": processConfig(readJsonBlob('''{
"name" : "gather_fastqs_and_validate",
"namespace" : "dataflow",
"version" : "v0.4.2",
"version" : "v0.4.3",
"argument_groups" : [
{
"name" : "Input arguments",
@@ -3232,13 +3232,13 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/dataflow/gather_fastqs_and_validate",
"viash_version" : "0.9.4",
"git_commit" : "21de648b218d114d3ab155462f4f08f4d585f741",
"git_commit" : "aa8803720f098287518db3d2dc74eff24cf003f1",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-40-g21de648"
"git_tag" : "v0.4.2-2-gaa88037"
},
"package_config" : {
"name" : "demultiplex",
"version" : "v0.4.2",
"version" : "v0.4.3",
"description" : "Demultiplexing pipeline\n",
"info" : {
"test_resources" : [
@@ -3255,7 +3255,7 @@ meta = [
".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.resources += {path: '/_viash.yaml', dest: '_viash.yaml'}\n",
".engines += { type: \\"native\\" }",
".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'",
".engines[.type == 'docker'].target_tag := 'v0.4.2'"
".engines[.type == 'docker'].target_tag := 'v0.4.3'"
],
"keywords" : [
"bioinformatics",

View File

@@ -2,7 +2,7 @@ manifest {
name = 'dataflow/gather_fastqs_and_validate'
mainScript = 'main.nf'
nextflowVersion = '!>=20.12.1-edge'
version = 'v0.4.2'
version = 'v0.4.3'
description = 'From a directory containing fastq files, gather the files per sample \nand validate according to the contents of the sample sheet.\n'
}