diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6ac9f..4f3c62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# demultiplex v0.3.1 + +# Bug fixes + +* Fix detection of sample IDs from Illumina V2 sample sheets (PR #28). + # demultiplex v0.3.0 ## Major updates diff --git a/src/dataflow/gather_fastqs_and_validate/main.nf b/src/dataflow/gather_fastqs_and_validate/main.nf index 78fff61..ce8b90f 100644 --- a/src/dataflow/gather_fastqs_and_validate/main.nf +++ b/src/dataflow/gather_fastqs_and_validate/main.nf @@ -29,9 +29,9 @@ workflow run_wf { println "Encountered next header '[${start_parsing}]', stopping parsing." return true } - // [Data] for illumina + // [Data], [BCLConvert_Data] for illumina // [Samples] for Element Biosciences - if (header in ["Data", "Samples"]) { + if (header in ["Data", "Samples", "BCLConvert_Data"]) { println "Found header [${header}], start parsing." start_parsing = true return @@ -56,7 +56,7 @@ workflow run_wf { return } assert start_parsing: - "Sample information file does not contain [Data] or [Samples] header!" + "Sample information file does not contain [Data], [Samples] or [BCLConvert_Data] header!" assert samples.size() > 1: "Sample information file does not seem to contain any information about the samples!" println "Finished processing run information file, found samples: ${samples}." diff --git a/target/executable/io/interop_summary_to_csv/.config.vsh.yaml b/target/executable/io/interop_summary_to_csv/.config.vsh.yaml index a114fbf..de268e7 100644 --- a/target/executable/io/interop_summary_to_csv/.config.vsh.yaml +++ b/target/executable/io/interop_summary_to_csv/.config.vsh.yaml @@ -141,9 +141,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: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/executable/io/interop_summary_to_csv/interop_summary_to_csv b/target/executable/io/interop_summary_to_csv/interop_summary_to_csv index 4e01eb6..fa0993e 100755 --- a/target/executable/io/interop_summary_to_csv/interop_summary_to_csv +++ b/target/executable/io/interop_summary_to_csv/interop_summary_to_csv @@ -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="2024-12-11T09:14:04Z" +LABEL org.opencontainers.image.created="2024-12-11T14:07:52Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex" -LABEL org.opencontainers.image.revision="b7e30f394e7a4ae7a51961ade824e24ffe718e1f" +LABEL org.opencontainers.image.revision="d3a9c9b3be9790bf89258b14c9a8c83af945ad47" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/io/publish/.config.vsh.yaml b/target/executable/io/publish/.config.vsh.yaml index d223b52..1eec766 100644 --- a/target/executable/io/publish/.config.vsh.yaml +++ b/target/executable/io/publish/.config.vsh.yaml @@ -170,9 +170,9 @@ build_info: output: "target/executable/io/publish" executable: "target/executable/io/publish/publish" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/executable/io/publish/publish b/target/executable/io/publish/publish index b504a92..9e17ac6 100755 --- a/target/executable/io/publish/publish +++ b/target/executable/io/publish/publish @@ -482,9 +482,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="2024-12-11T09:14:04Z" +LABEL org.opencontainers.image.created="2024-12-11T14:07:53Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex" -LABEL org.opencontainers.image.revision="b7e30f394e7a4ae7a51961ade824e24ffe718e1f" +LABEL org.opencontainers.image.revision="d3a9c9b3be9790bf89258b14c9a8c83af945ad47" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/io/untar/.config.vsh.yaml b/target/executable/io/untar/.config.vsh.yaml index d944c73..0cd16a5 100644 --- a/target/executable/io/untar/.config.vsh.yaml +++ b/target/executable/io/untar/.config.vsh.yaml @@ -148,9 +148,9 @@ build_info: output: "target/executable/io/untar" executable: "target/executable/io/untar/untar" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/executable/io/untar/untar b/target/executable/io/untar/untar index e31208c..c881d19 100755 --- a/target/executable/io/untar/untar +++ b/target/executable/io/untar/untar @@ -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="2024-12-11T09:14:04Z" +LABEL org.opencontainers.image.created="2024-12-11T14:07:53Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex" -LABEL org.opencontainers.image.revision="b7e30f394e7a4ae7a51961ade824e24ffe718e1f" +LABEL org.opencontainers.image.revision="d3a9c9b3be9790bf89258b14c9a8c83af945ad47" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/nextflow/dataflow/combine_samples/.config.vsh.yaml b/target/nextflow/dataflow/combine_samples/.config.vsh.yaml index 4c51bfd..451865c 100644 --- a/target/nextflow/dataflow/combine_samples/.config.vsh.yaml +++ b/target/nextflow/dataflow/combine_samples/.config.vsh.yaml @@ -139,9 +139,9 @@ build_info: output: "target/nextflow/dataflow/combine_samples" executable: "target/nextflow/dataflow/combine_samples/main.nf" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/nextflow/dataflow/combine_samples/main.nf b/target/nextflow/dataflow/combine_samples/main.nf index bca0dd1..c83d1f8 100644 --- a/target/nextflow/dataflow/combine_samples/main.nf +++ b/target/nextflow/dataflow/combine_samples/main.nf @@ -2972,9 +2972,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/dataflow/combine_samples", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex", diff --git a/target/nextflow/dataflow/gather_fastqs_and_validate/.config.vsh.yaml b/target/nextflow/dataflow/gather_fastqs_and_validate/.config.vsh.yaml index c841bfa..33f2bc7 100644 --- a/target/nextflow/dataflow/gather_fastqs_and_validate/.config.vsh.yaml +++ b/target/nextflow/dataflow/gather_fastqs_and_validate/.config.vsh.yaml @@ -133,9 +133,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: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf b/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf index 15151cd..b6c9b2d 100644 --- a/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf +++ b/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf @@ -2965,9 +2965,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/dataflow/gather_fastqs_and_validate", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex", @@ -3042,9 +3042,9 @@ workflow run_wf { println "Encountered next header '[${start_parsing}]', stopping parsing." return true } - // [Data] for illumina + // [Data], [BCLConvert_Data] for illumina // [Samples] for Element Biosciences - if (header in ["Data", "Samples"]) { + if (header in ["Data", "Samples", "BCLConvert_Data"]) { println "Found header [${header}], start parsing." start_parsing = true return @@ -3069,7 +3069,7 @@ workflow run_wf { return } assert start_parsing: - "Sample information file does not contain [Data] or [Samples] header!" + "Sample information file does not contain [Data], [Samples] or [BCLConvert_Data] header!" assert samples.size() > 1: "Sample information file does not seem to contain any information about the samples!" println "Finished processing run information file, found samples: ${samples}." diff --git a/target/nextflow/demultiplex/.config.vsh.yaml b/target/nextflow/demultiplex/.config.vsh.yaml index 1cd4813..4e94758 100644 --- a/target/nextflow/demultiplex/.config.vsh.yaml +++ b/target/nextflow/demultiplex/.config.vsh.yaml @@ -220,9 +220,9 @@ build_info: output: "target/nextflow/demultiplex" executable: "target/nextflow/demultiplex/main.nf" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" dependencies: - "target/nextflow/io/untar" - "target/nextflow/dataflow/gather_fastqs_and_validate" diff --git a/target/nextflow/demultiplex/main.nf b/target/nextflow/demultiplex/main.nf index c85ab94..4b06f5f 100644 --- a/target/nextflow/demultiplex/main.nf +++ b/target/nextflow/demultiplex/main.nf @@ -3088,9 +3088,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/demultiplex", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex", diff --git a/target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml b/target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml index 72fe8c8..4997a2c 100644 --- a/target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml +++ b/target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml @@ -141,9 +141,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: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/nextflow/io/interop_summary_to_csv/main.nf b/target/nextflow/io/interop_summary_to_csv/main.nf index ae56c22..f5db72f 100644 --- a/target/nextflow/io/interop_summary_to_csv/main.nf +++ b/target/nextflow/io/interop_summary_to_csv/main.nf @@ -2977,9 +2977,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/interop_summary_to_csv", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex", diff --git a/target/nextflow/io/publish/.config.vsh.yaml b/target/nextflow/io/publish/.config.vsh.yaml index e0d50c8..c5897f3 100644 --- a/target/nextflow/io/publish/.config.vsh.yaml +++ b/target/nextflow/io/publish/.config.vsh.yaml @@ -170,9 +170,9 @@ build_info: output: "target/nextflow/io/publish" executable: "target/nextflow/io/publish/main.nf" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/nextflow/io/publish/main.nf b/target/nextflow/io/publish/main.nf index f8f1591..d56ddd6 100644 --- a/target/nextflow/io/publish/main.nf +++ b/target/nextflow/io/publish/main.nf @@ -3012,9 +3012,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/publish", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex", diff --git a/target/nextflow/io/untar/.config.vsh.yaml b/target/nextflow/io/untar/.config.vsh.yaml index a7c9326..3912e44 100644 --- a/target/nextflow/io/untar/.config.vsh.yaml +++ b/target/nextflow/io/untar/.config.vsh.yaml @@ -148,9 +148,9 @@ build_info: output: "target/nextflow/io/untar" executable: "target/nextflow/io/untar/main.nf" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" package_config: name: "demultiplex" version: "main" diff --git a/target/nextflow/io/untar/main.nf b/target/nextflow/io/untar/main.nf index 3aa78d8..881079e 100644 --- a/target/nextflow/io/untar/main.nf +++ b/target/nextflow/io/untar/main.nf @@ -2989,9 +2989,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/untar", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex", diff --git a/target/nextflow/runner/.config.vsh.yaml b/target/nextflow/runner/.config.vsh.yaml index 6b3d2ee..de43ce9 100644 --- a/target/nextflow/runner/.config.vsh.yaml +++ b/target/nextflow/runner/.config.vsh.yaml @@ -156,9 +156,9 @@ build_info: output: "target/nextflow/runner" executable: "target/nextflow/runner/main.nf" viash_version: "0.9.0" - git_commit: "b7e30f394e7a4ae7a51961ade824e24ffe718e1f" - git_remote: "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-8-gb7e30f3" + git_commit: "d3a9c9b3be9790bf89258b14c9a8c83af945ad47" + git_remote: "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex" + git_tag: "v0.1.1-9-gd3a9c9b" dependencies: - "target/nextflow/demultiplex" - "target/nextflow/io/publish" diff --git a/target/nextflow/runner/main.nf b/target/nextflow/runner/main.nf index 794a0af..324d6cc 100644 --- a/target/nextflow/runner/main.nf +++ b/target/nextflow/runner/main.nf @@ -3003,9 +3003,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/runner", "viash_version" : "0.9.0", - "git_commit" : "b7e30f394e7a4ae7a51961ade824e24ffe718e1f", - "git_remote" : "https://x-access-token:ghs_PoDtMpilpQnn1Nk8WgE3ZAlxTrfk790lUeZy@github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-8-gb7e30f3" + "git_commit" : "d3a9c9b3be9790bf89258b14c9a8c83af945ad47", + "git_remote" : "https://x-access-token:ghs_LDdnPEXvHVhqremDw1GFS68naiYOck2oDbCt@github.com/viash-hub/demultiplex", + "git_tag" : "v0.1.1-9-gd3a9c9b" }, "package_config" : { "name" : "demultiplex",