Build branch main with version main (0acfda6)

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

Source commit: 0acfda628d

Source message: Ignore lines starting with '#' in run information file (#39)
This commit is contained in:
CI
2025-03-20 20:56:23 +00:00
parent d521259fcf
commit 26f9bf6da2
22 changed files with 50 additions and 44 deletions

View File

@@ -1,3 +1,9 @@
# demultiplex v0.3.7
## Minor updates
* Ignore lines starting with '#' when parsing run information CSV (PR #39).
# demultiplex v0.3.6
## Minor updates

View File

@@ -17,8 +17,8 @@ workflow run_wf {
println "Processing run information file ${sample_sheet}"
csv_lines = sample_sheet.splitCsv(header: false, sep: ',')
csv_lines.any { csv_items ->
if (csv_items.isEmpty()) {
// skip empty line
if (csv_items.isEmpty() || csv_items[0].startsWith("#")) {
// skip empty or commented line
return
}
def possible_header = csv_items[0]

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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

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-03-20T19:30:15Z"
LABEL org.opencontainers.image.created="2025-03-20T20:31:40Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
LABEL org.opencontainers.image.revision="0acfda628d38430a7cdc21acf52878703b3b4bfc"
LABEL org.opencontainers.image.version="main"
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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

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-03-20T19:30:15Z"
LABEL org.opencontainers.image.created="2025-03-20T20:31:40Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
LABEL org.opencontainers.image.revision="0acfda628d38430a7cdc21acf52878703b3b4bfc"
LABEL org.opencontainers.image.version="main"
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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

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-03-20T19:30:14Z"
LABEL org.opencontainers.image.created="2025-03-20T20:31:40Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
LABEL org.opencontainers.image.revision="0acfda628d38430a7cdc21acf52878703b3b4bfc"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -162,9 +162,9 @@ build_info:
output: "target/nextflow/dataflow/combine_samples"
executable: "target/nextflow/dataflow/combine_samples/main.nf"
viash_version: "0.9.0"
git_commit: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -3000,9 +3000,9 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/dataflow/combine_samples",
"viash_version" : "0.9.0",
"git_commit" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

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" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"package_config" : {
"name" : "demultiplex",
@@ -3038,8 +3038,8 @@ workflow run_wf {
println "Processing run information file ${sample_sheet}"
csv_lines = sample_sheet.splitCsv(header: false, sep: ',')
csv_lines.any { csv_items ->
if (csv_items.isEmpty()) {
// skip empty line
if (csv_items.isEmpty() || csv_items[0].startsWith("#")) {
// skip empty or commented line
return
}
def possible_header = csv_items[0]

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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
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" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

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" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -3044,9 +3044,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/io/publish",
"viash_version" : "0.9.0",
"git_commit" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"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: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -2997,9 +2997,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/io/untar",
"viash_version" : "0.9.0",
"git_commit" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"package_config" : {
"name" : "demultiplex",

View File

@@ -192,9 +192,9 @@ build_info:
output: "target/nextflow/runner"
executable: "target/nextflow/runner/main.nf"
viash_version: "0.9.0"
git_commit: "55699d24c0ff8d88e572ccc1a5ebc40217bb9524"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-19-g55699d2"
git_tag: "v0.1.1-20-g0acfda6"
dependencies:
- "target/nextflow/demultiplex"
- "target/nextflow/io/publish"

View File

@@ -3040,9 +3040,9 @@ meta = [
"engine" : "native|native",
"output" : "target/nextflow/runner",
"viash_version" : "0.9.0",
"git_commit" : "55699d24c0ff8d88e572ccc1a5ebc40217bb9524",
"git_commit" : "0acfda628d38430a7cdc21acf52878703b3b4bfc",
"git_remote" : "https://github.com/viash-hub/demultiplex",
"git_tag" : "v0.1.1-19-g55699d2"
"git_tag" : "v0.1.1-20-g0acfda6"
},
"package_config" : {
"name" : "demultiplex",