From 9660348996c397bbf9d2e1fc35c58aa7bc53b7f5 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 29 Apr 2025 14:55:53 +0000 Subject: [PATCH] Build branch main with version main (7a14841) Build pipeline: viash-hub.demultiplex.main-8bq88 Source commit: https://github.com/viash-hub/demultiplex/commit/7a14841ac6d2aeac5a647dc896550e9474124bb3 Source message: Update test resources (#37) --- CHANGELOG.md | 6 ++++++ _viash.yaml | 2 +- .../executable/io/interop_summary_to_csv/.config.vsh.yaml | 6 +++--- .../io/interop_summary_to_csv/interop_summary_to_csv | 4 ++-- target/executable/io/publish/.config.vsh.yaml | 6 +++--- target/executable/io/publish/publish | 4 ++-- target/executable/io/untar/.config.vsh.yaml | 6 +++--- target/executable/io/untar/untar | 4 ++-- target/nextflow/dataflow/combine_samples/.config.vsh.yaml | 6 +++--- target/nextflow/dataflow/combine_samples/main.nf | 6 +++--- .../dataflow/gather_fastqs_and_validate/.config.vsh.yaml | 6 +++--- target/nextflow/dataflow/gather_fastqs_and_validate/main.nf | 6 +++--- target/nextflow/demultiplex/.config.vsh.yaml | 6 +++--- target/nextflow/demultiplex/main.nf | 6 +++--- target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml | 6 +++--- target/nextflow/io/interop_summary_to_csv/main.nf | 6 +++--- target/nextflow/io/publish/.config.vsh.yaml | 6 +++--- target/nextflow/io/publish/main.nf | 6 +++--- target/nextflow/io/untar/.config.vsh.yaml | 6 +++--- target/nextflow/io/untar/main.nf | 6 +++--- target/nextflow/runner/.config.vsh.yaml | 6 +++--- target/nextflow/runner/main.nf | 6 +++--- 22 files changed, 64 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e1bda..2b619f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# demultiplex v0.3.10 + +## Minor changes + +* Moved the test resources to their new location (PR #37). + # demultiplex v0.3.9 ## Bug fixes diff --git a/_viash.yaml b/_viash.yaml index 672eb08..d868256 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -8,7 +8,7 @@ links: repository: https://github.com/viash-hub/demultiplex info: test_resources: - - path: gs://viash-hub-test-data/demultiplex/v2/ + - path: gs://viash-hub-resources/demultiplex/v3 dest: testData viash_version: 0.9.4 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 62946b2..2474855 100644 --- a/target/executable/io/interop_summary_to_csv/.config.vsh.yaml +++ b/target/executable/io/interop_summary_to_csv/.config.vsh.yaml @@ -151,16 +151,16 @@ 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.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" 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 4a87b4d..2c02c49 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 @@ -454,9 +454,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-04-25T12:07:26Z" +LABEL org.opencontainers.image.created="2025-04-29T14:41:51Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex" -LABEL org.opencontainers.image.revision="9f37358ebfc77012c8c0dedd79a40e27b121c6c1" +LABEL org.opencontainers.image.revision="7a14841ac6d2aeac5a647dc896550e9474124bb3" 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 80d3cbe..6beec03 100644 --- a/target/executable/io/publish/.config.vsh.yaml +++ b/target/executable/io/publish/.config.vsh.yaml @@ -199,16 +199,16 @@ build_info: output: "target/executable/io/publish" executable: "target/executable/io/publish/publish" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/executable/io/publish/publish b/target/executable/io/publish/publish index 196923b..5ea7c7c 100755 --- a/target/executable/io/publish/publish +++ b/target/executable/io/publish/publish @@ -450,9 +450,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-04-25T12:07:25Z" +LABEL org.opencontainers.image.created="2025-04-29T14:41:50Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex" -LABEL org.opencontainers.image.revision="9f37358ebfc77012c8c0dedd79a40e27b121c6c1" +LABEL org.opencontainers.image.revision="7a14841ac6d2aeac5a647dc896550e9474124bb3" 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 b59b1af..427710d 100644 --- a/target/executable/io/untar/.config.vsh.yaml +++ b/target/executable/io/untar/.config.vsh.yaml @@ -156,16 +156,16 @@ build_info: output: "target/executable/io/untar" executable: "target/executable/io/untar/untar" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/executable/io/untar/untar b/target/executable/io/untar/untar index ed166be..5776e48 100755 --- a/target/executable/io/untar/untar +++ b/target/executable/io/untar/untar @@ -450,9 +450,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-04-25T12:07:25Z" +LABEL org.opencontainers.image.created="2025-04-29T14:41:50Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex" -LABEL org.opencontainers.image.revision="9f37358ebfc77012c8c0dedd79a40e27b121c6c1" +LABEL org.opencontainers.image.revision="7a14841ac6d2aeac5a647dc896550e9474124bb3" 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 88dace4..9ba9e93 100644 --- a/target/nextflow/dataflow/combine_samples/.config.vsh.yaml +++ b/target/nextflow/dataflow/combine_samples/.config.vsh.yaml @@ -165,16 +165,16 @@ build_info: output: "target/nextflow/dataflow/combine_samples" executable: "target/nextflow/dataflow/combine_samples/main.nf" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/dataflow/combine_samples/main.nf b/target/nextflow/dataflow/combine_samples/main.nf index dba04b6..04b2bba 100644 --- a/target/nextflow/dataflow/combine_samples/main.nf +++ b/target/nextflow/dataflow/combine_samples/main.nf @@ -3230,9 +3230,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/dataflow/combine_samples", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3241,7 +3241,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ] 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 24bbfd4..895988f 100644 --- a/target/nextflow/dataflow/gather_fastqs_and_validate/.config.vsh.yaml +++ b/target/nextflow/dataflow/gather_fastqs_and_validate/.config.vsh.yaml @@ -141,16 +141,16 @@ 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: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf b/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf index 23dc9cc..5b8e83a 100644 --- a/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf +++ b/target/nextflow/dataflow/gather_fastqs_and_validate/main.nf @@ -3203,9 +3203,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/dataflow/gather_fastqs_and_validate", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3214,7 +3214,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ] diff --git a/target/nextflow/demultiplex/.config.vsh.yaml b/target/nextflow/demultiplex/.config.vsh.yaml index 4e41ecb..4ee6813 100644 --- a/target/nextflow/demultiplex/.config.vsh.yaml +++ b/target/nextflow/demultiplex/.config.vsh.yaml @@ -247,9 +247,9 @@ build_info: output: "target/nextflow/demultiplex" executable: "target/nextflow/demultiplex/main.nf" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" dependencies: - "target/nextflow/io/untar" - "target/nextflow/dataflow/gather_fastqs_and_validate" @@ -265,7 +265,7 @@ package_config: description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/demultiplex/main.nf b/target/nextflow/demultiplex/main.nf index cab30c2..537855e 100644 --- a/target/nextflow/demultiplex/main.nf +++ b/target/nextflow/demultiplex/main.nf @@ -3350,9 +3350,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/demultiplex", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3361,7 +3361,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ] 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 f373834..6ec761e 100644 --- a/target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml +++ b/target/nextflow/io/interop_summary_to_csv/.config.vsh.yaml @@ -151,16 +151,16 @@ build_info: output: "target/nextflow/io/interop_summary_to_csv" executable: "target/nextflow/io/interop_summary_to_csv/main.nf" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/io/interop_summary_to_csv/main.nf b/target/nextflow/io/interop_summary_to_csv/main.nf index cb7a6f3..7f8ee3a 100644 --- a/target/nextflow/io/interop_summary_to_csv/main.nf +++ b/target/nextflow/io/interop_summary_to_csv/main.nf @@ -3217,9 +3217,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/interop_summary_to_csv", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3228,7 +3228,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ] diff --git a/target/nextflow/io/publish/.config.vsh.yaml b/target/nextflow/io/publish/.config.vsh.yaml index cc73761..fda206f 100644 --- a/target/nextflow/io/publish/.config.vsh.yaml +++ b/target/nextflow/io/publish/.config.vsh.yaml @@ -199,16 +199,16 @@ build_info: output: "target/nextflow/io/publish" executable: "target/nextflow/io/publish/main.nf" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/io/publish/main.nf b/target/nextflow/io/publish/main.nf index 46fcefa..7fbb834 100644 --- a/target/nextflow/io/publish/main.nf +++ b/target/nextflow/io/publish/main.nf @@ -3274,9 +3274,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/publish", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3285,7 +3285,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ] diff --git a/target/nextflow/io/untar/.config.vsh.yaml b/target/nextflow/io/untar/.config.vsh.yaml index 11b0e36..27de2a4 100644 --- a/target/nextflow/io/untar/.config.vsh.yaml +++ b/target/nextflow/io/untar/.config.vsh.yaml @@ -156,16 +156,16 @@ build_info: output: "target/nextflow/io/untar" executable: "target/nextflow/io/untar/main.nf" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" package_config: name: "demultiplex" version: "main" description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/io/untar/main.nf b/target/nextflow/io/untar/main.nf index bf2351a..67ddecd 100644 --- a/target/nextflow/io/untar/main.nf +++ b/target/nextflow/io/untar/main.nf @@ -3227,9 +3227,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/untar", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3238,7 +3238,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ] diff --git a/target/nextflow/runner/.config.vsh.yaml b/target/nextflow/runner/.config.vsh.yaml index f0fe86d..9d69795 100644 --- a/target/nextflow/runner/.config.vsh.yaml +++ b/target/nextflow/runner/.config.vsh.yaml @@ -195,9 +195,9 @@ build_info: output: "target/nextflow/runner" executable: "target/nextflow/runner/main.nf" viash_version: "0.9.4" - git_commit: "9f37358ebfc77012c8c0dedd79a40e27b121c6c1" + git_commit: "7a14841ac6d2aeac5a647dc896550e9474124bb3" git_remote: "https://github.com/viash-hub/demultiplex" - git_tag: "v0.1.1-24-g9f37358" + git_tag: "v0.1.1-25-g7a14841" dependencies: - "target/nextflow/demultiplex" - "target/nextflow/io/publish" @@ -207,7 +207,7 @@ package_config: description: "Demultiplexing pipeline\n" info: test_resources: - - path: "gs://viash-hub-test-data/demultiplex/v2/" + - path: "gs://viash-hub-resources/demultiplex/v3" dest: "testData" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/runner/main.nf b/target/nextflow/runner/main.nf index 78ed28b..5405b55 100644 --- a/target/nextflow/runner/main.nf +++ b/target/nextflow/runner/main.nf @@ -3270,9 +3270,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/runner", "viash_version" : "0.9.4", - "git_commit" : "9f37358ebfc77012c8c0dedd79a40e27b121c6c1", + "git_commit" : "7a14841ac6d2aeac5a647dc896550e9474124bb3", "git_remote" : "https://github.com/viash-hub/demultiplex", - "git_tag" : "v0.1.1-24-g9f37358" + "git_tag" : "v0.1.1-25-g7a14841" }, "package_config" : { "name" : "demultiplex", @@ -3281,7 +3281,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/demultiplex/v2/", + "path" : "gs://viash-hub-resources/demultiplex/v3", "dest" : "testData" } ]