Build branch main with version main (798e361)

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

Source commit: 798e361afe

Source message: Add run information to output (#31)
This commit is contained in:
CI
2024-12-19 15:54:37 +00:00
parent 43010e8c57
commit ce3c3eb442
29 changed files with 387 additions and 153 deletions

View File

@@ -26,7 +26,17 @@ argument_groups:
multiple_sep: ";"
- type: "file"
name: "--input_multiqc"
description: "Directory to write falco output to"
description: "Location where to write the MultiQC report to."
info: null
must_exist: true
create_parent: true
required: true
direction: "input"
multiple: false
multiple_sep: ";"
- type: "file"
name: "--input_run_information"
description: "Location where to write the run information to."
info: null
must_exist: true
create_parent: true
@@ -69,6 +79,17 @@ argument_groups:
direction: "output"
multiple: false
multiple_sep: ";"
- type: "file"
name: "--output_run_information"
info: null
default:
- "run_information.csv"
must_exist: true
create_parent: true
required: false
direction: "output"
multiple: false
multiple_sep: ";"
resources:
- type: "bash_script"
path: "code.sh"
@@ -170,9 +191,9 @@ build_info:
output: "target/nextflow/io/publish"
executable: "target/nextflow/io/publish/main.nf"
viash_version: "0.9.0"
git_commit: "8d3c2888d6df6688763d303dba03ce53d339fb0f"
git_remote: "https://x-access-token:ghs_Iv5SuazXszUy4WWFyKOtFABImrj2oY0GsE3i@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-12-g8d3c288"
git_commit: "798e361afeea8dbb84dc23ef38e4fbc3883463e7"
git_remote: "https://x-access-token:ghs_44flLTQIYGBkc9xcwCZoLYe7mxXzgw1iszFO@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-13-g798e361"
package_config:
name: "demultiplex"
version: "main"