Build branch copycomplete_check with version copycomplete_check (e5828d4)

Build pipeline: viash-hub.demultiplex.copycomplete-check-txgn4

Source commit: e5828d4ad9

Source message: Also add argument to runner
This commit is contained in:
CI
2025-01-14 11:49:04 +00:00
parent 33e99f842d
commit 3e82b40207
23 changed files with 110 additions and 58 deletions

View File

@@ -49,7 +49,13 @@ argument_groups:
type: file
direction: output
default: "qc/multiqc_report.html"
- name: "Other arguments"
arguments:
- name: --skip_copycomplete_check
type: boolean_true
description: |
Disable the check for the presence of a "CopyComplete.txt" file in input
directory in case of Illumina data.
resources:
- type: nextflow_script
path: main.nf

View File

@@ -24,6 +24,7 @@ workflow run_wf {
"input": state.input,
"run_information": state.run_information,
"demultiplexer": state.demultiplexer,
"skip_copycomplete_check": state.skip_copycomplete_check,
"output": "fastq",
"output_falco": "qc/fastqc",
"output_multiqc": "qc/multiqc_report.html",

View File

@@ -146,9 +146,9 @@ build_info:
output: "target/executable/io/interop_summary_to_csv"
executable: "target/executable/io/interop_summary_to_csv/interop_summary_to_csv"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -470,9 +470,9 @@ tar -C /tmp/ --no-same-owner --no-same-permissions -xvf /tmp/interop.tar.gz && \
mv /tmp/interop-1.3.1-Linux-GNU/bin/index-summary /tmp/interop-1.3.1-Linux-GNU/bin/summary /usr/local/bin/
LABEL org.opencontainers.image.description="Companion container for running component io interop_summary_to_csv"
LABEL org.opencontainers.image.created="2025-01-10T14:59:08Z"
LABEL org.opencontainers.image.created="2025-01-14T11:35:41Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="4d8c825fdf075218611913f59ab92fd85043b499"
LABEL org.opencontainers.image.revision="e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
LABEL org.opencontainers.image.version="copycomplete_check"
VIASHDOCKER

View File

@@ -196,9 +196,9 @@ build_info:
output: "target/executable/io/publish"
executable: "target/executable/io/publish/publish"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -490,9 +490,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io publish"
LABEL org.opencontainers.image.created="2025-01-10T14:59:08Z"
LABEL org.opencontainers.image.created="2025-01-14T11:35:41Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="4d8c825fdf075218611913f59ab92fd85043b499"
LABEL org.opencontainers.image.revision="e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
LABEL org.opencontainers.image.version="copycomplete_check"
VIASHDOCKER

View File

@@ -153,9 +153,9 @@ build_info:
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -476,9 +476,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io untar"
LABEL org.opencontainers.image.created="2025-01-10T14:59:08Z"
LABEL org.opencontainers.image.created="2025-01-14T11:35:42Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="4d8c825fdf075218611913f59ab92fd85043b499"
LABEL org.opencontainers.image.revision="e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
LABEL org.opencontainers.image.version="copycomplete_check"
VIASHDOCKER

View File

@@ -144,9 +144,9 @@ build_info:
output: "target/nextflow/dataflow/combine_samples"
executable: "target/nextflow/dataflow/combine_samples/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -2980,9 +2980,9 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/dataflow/combine_samples",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -138,9 +138,9 @@ build_info:
output: "target/nextflow/dataflow/gather_fastqs_and_validate"
executable: "target/nextflow/dataflow/gather_fastqs_and_validate/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -2973,9 +2973,9 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/dataflow/gather_fastqs_and_validate",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -244,9 +244,9 @@ build_info:
output: "target/nextflow/demultiplex"
executable: "target/nextflow/demultiplex/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
dependencies:
- "target/nextflow/io/untar"
- "target/nextflow/dataflow/gather_fastqs_and_validate"

View File

@@ -3120,9 +3120,9 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/demultiplex",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -146,9 +146,9 @@ build_info:
output: "target/nextflow/io/interop_summary_to_csv"
executable: "target/nextflow/io/interop_summary_to_csv/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -2985,9 +2985,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/io/interop_summary_to_csv",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -196,9 +196,9 @@ build_info:
output: "target/nextflow/io/publish"
executable: "target/nextflow/io/publish/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -3044,9 +3044,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/io/publish",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -153,9 +153,9 @@ build_info:
output: "target/nextflow/io/untar"
executable: "target/nextflow/io/untar/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
package_config:
name: "demultiplex"
version: "copycomplete_check"

View File

@@ -2997,9 +2997,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/io/untar",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -84,6 +84,14 @@ argument_groups:
direction: "output"
multiple: false
multiple_sep: ";"
- name: "Other arguments"
arguments:
- type: "boolean_true"
name: "--skip_copycomplete_check"
description: "Disable the check for the presence of a \"CopyComplete.txt\" file\
\ in input\ndirectory in case of Illumina data.\n"
info: null
direction: "input"
resources:
- type: "nextflow_script"
path: "main.nf"
@@ -184,9 +192,9 @@ build_info:
output: "target/nextflow/runner"
executable: "target/nextflow/runner/main.nf"
viash_version: "0.9.0"
git_commit: "4d8c825fdf075218611913f59ab92fd85043b499"
git_remote: "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-16-g4d8c825"
git_commit: "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc"
git_remote: "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-17-ge5828d4"
dependencies:
- "target/nextflow/demultiplex"
- "target/nextflow/io/publish"

View File

@@ -2901,6 +2901,17 @@ meta = [
"multiple_sep" : ";"
}
]
},
{
"name" : "Other arguments",
"arguments" : [
{
"type" : "boolean_true",
"name" : "--skip_copycomplete_check",
"description" : "Disable the check for the presence of a \\"CopyComplete.txt\\" file in input\ndirectory in case of Illumina data.\n",
"direction" : "input"
}
]
}
],
"resources" : [
@@ -3029,9 +3040,9 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/runner",
"viash_version" : "0.9.0",
"git_commit" : "4d8c825fdf075218611913f59ab92fd85043b499",
"git_remote" : "https://x-access-token:ghs_SaYCQ0uYvqLIVXUBCVNZPcP9pTStxd0Bbljy@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-16-g4d8c825"
"git_commit" : "e5828d4ad9ef3784f1f5bc3133f227ff9e28d2dc",
"git_remote" : "https://x-access-token:ghs_riWLhGdVGIgxpyesdWQZGphUN4Zki11hGJ7q@github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-17-ge5828d4"
},
"package_config" : {
"name" : "demultiplex",
@@ -3103,6 +3114,7 @@ workflow run_wf {
"input": state.input,
"run_information": state.run_information,
"demultiplexer": state.demultiplexer,
"skip_copycomplete_check": state.skip_copycomplete_check,
"output": "fastq",
"output_falco": "qc/fastqc",
"output_multiqc": "qc/multiqc_report.html",

View File

@@ -109,6 +109,27 @@
}
}
},
"other arguments" : {
"title": "Other arguments",
"type": "object",
"description": "No description",
"properties": {
"skip_copycomplete_check": {
"type":
"boolean",
"description": "Type: `boolean_true`, default: `false`. Disable the check for the presence of a \"CopyComplete",
"help_text": "Type: `boolean_true`, default: `false`. Disable the check for the presence of a \"CopyComplete.txt\" file in input\ndirectory in case of Illumina data.\n"
,
"default":false
}
}
},
@@ -157,6 +178,10 @@
"$ref": "#/definitions/output arguments"
},
{
"$ref": "#/definitions/other arguments"
},
{
"$ref": "#/definitions/nextflow input-output arguments"
}