From e6f4877f171466782d301d633a4e37fa1784b855 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 14 May 2025 08:50:22 +0000 Subject: [PATCH] Build branch main with version main (c7c8471) Build pipeline: viash-hub.htrnaseq.main-dwqr2 Source commit: https://github.com/viash-hub/htrnaseq/commit/c7c84719b518068592943d365eddf2d15a6658be Source message: Update test resources (#47) --- CHANGELOG.md | 6 ++++++ _viash.yaml | 2 +- target/executable/eset/create_eset/.config.vsh.yaml | 6 +++--- target/executable/eset/create_eset/create_eset | 4 ++-- target/executable/eset/create_fdata/.config.vsh.yaml | 6 +++--- target/executable/eset/create_fdata/create_fdata | 4 ++-- target/executable/eset/create_pdata/.config.vsh.yaml | 6 +++--- target/executable/eset/create_pdata/create_pdata | 4 ++-- .../htrnaseq/check_eset/.config.vsh.yaml | 6 +++--- .../htrnaseq/check_eset/check_eset | 4 ++-- .../check_cutadapt_output/.config.vsh.yaml | 6 +++--- .../check_cutadapt_output/check_cutadapt_output | 4 ++-- target/executable/io/publish_fastqs/.config.vsh.yaml | 6 +++--- target/executable/io/publish_fastqs/publish_fastqs | 4 ++-- target/executable/io/publish_results/.config.vsh.yaml | 6 +++--- target/executable/io/publish_results/publish_results | 4 ++-- target/executable/parallel_map/.config.vsh.yaml | 6 +++--- target/executable/parallel_map/parallel_map | 4 ++-- target/executable/report/create_report/.config.vsh.yaml | 6 +++--- target/executable/report/create_report/create_report | 4 ++-- target/executable/stats/combine_star_logs/.config.vsh.yaml | 6 +++--- target/executable/stats/combine_star_logs/combine_star_logs | 4 ++-- .../stats/generate_pool_statistics/.config.vsh.yaml | 6 +++--- .../stats/generate_pool_statistics/generate_pool_statistics | 4 ++-- .../stats/generate_well_statistics/.config.vsh.yaml | 6 +++--- .../stats/generate_well_statistics/generate_well_statistics | 4 ++-- target/executable/utils/save_params/.config.vsh.yaml | 6 +++--- target/executable/utils/save_params/save_params | 4 ++-- target/nextflow/eset/create_eset/.config.vsh.yaml | 6 +++--- target/nextflow/eset/create_eset/main.nf | 6 +++--- target/nextflow/eset/create_fdata/.config.vsh.yaml | 6 +++--- target/nextflow/eset/create_fdata/main.nf | 6 +++--- target/nextflow/eset/create_pdata/.config.vsh.yaml | 6 +++--- target/nextflow/eset/create_pdata/main.nf | 6 +++--- .../htrnaseq/check_eset/.config.vsh.yaml | 6 +++--- .../integration_test_components/htrnaseq/check_eset/main.nf | 6 +++--- .../check_cutadapt_output/.config.vsh.yaml | 6 +++--- .../well_demultiplexing/check_cutadapt_output/main.nf | 6 +++--- target/nextflow/io/publish_fastqs/.config.vsh.yaml | 6 +++--- target/nextflow/io/publish_fastqs/main.nf | 6 +++--- target/nextflow/io/publish_results/.config.vsh.yaml | 6 +++--- target/nextflow/io/publish_results/main.nf | 6 +++--- target/nextflow/parallel_map/.config.vsh.yaml | 6 +++--- target/nextflow/parallel_map/main.nf | 6 +++--- target/nextflow/report/create_report/.config.vsh.yaml | 6 +++--- target/nextflow/report/create_report/main.nf | 6 +++--- target/nextflow/stats/combine_star_logs/.config.vsh.yaml | 6 +++--- target/nextflow/stats/combine_star_logs/main.nf | 6 +++--- .../stats/generate_pool_statistics/.config.vsh.yaml | 6 +++--- target/nextflow/stats/generate_pool_statistics/main.nf | 6 +++--- .../stats/generate_well_statistics/.config.vsh.yaml | 6 +++--- target/nextflow/stats/generate_well_statistics/main.nf | 6 +++--- target/nextflow/utils/concatRuns/.config.vsh.yaml | 6 +++--- target/nextflow/utils/concatRuns/main.nf | 6 +++--- target/nextflow/utils/listInputDir/.config.vsh.yaml | 6 +++--- target/nextflow/utils/listInputDir/main.nf | 6 +++--- target/nextflow/utils/save_params/.config.vsh.yaml | 6 +++--- target/nextflow/utils/save_params/main.nf | 6 +++--- target/nextflow/workflows/htrnaseq/.config.vsh.yaml | 6 +++--- target/nextflow/workflows/htrnaseq/main.nf | 6 +++--- target/nextflow/workflows/runner/.config.vsh.yaml | 6 +++--- target/nextflow/workflows/runner/main.nf | 6 +++--- target/nextflow/workflows/well_demultiplex/.config.vsh.yaml | 6 +++--- target/nextflow/workflows/well_demultiplex/main.nf | 6 +++--- target/nextflow/workflows/well_metadata/.config.vsh.yaml | 6 +++--- target/nextflow/workflows/well_metadata/main.nf | 6 +++--- 66 files changed, 186 insertions(+), 180 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa44d56..bb278112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# htrnaseq v0.x.x + +## Under the hood + +* Moved the test resources to their new location (PR #47). + # htrnaseq v0.8.0 ## New functionality diff --git a/_viash.yaml b/_viash.yaml index d20439a7..f0e5c4dd 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -45,7 +45,7 @@ viash_version: 0.9.4 info: test_resources: - - path: gs://viash-hub-test-data/htrnaseq/v1/ + - path: gs://viash-hub-resources/htrnaseq/v1 dest: resources_test config_mods: | diff --git a/target/executable/eset/create_eset/.config.vsh.yaml b/target/executable/eset/create_eset/.config.vsh.yaml index 5369af53..5d2633ba 100644 --- a/target/executable/eset/create_eset/.config.vsh.yaml +++ b/target/executable/eset/create_eset/.config.vsh.yaml @@ -203,9 +203,9 @@ build_info: output: "target/executable/eset/create_eset" executable: "target/executable/eset/create_eset/create_eset" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -228,7 +228,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/eset/create_eset/create_eset b/target/executable/eset/create_eset/create_eset index b376205b..f8187b96 100755 --- a/target/executable/eset/create_eset/create_eset +++ b/target/executable/eset/create_eset/create_eset @@ -456,9 +456,9 @@ RUN Rscript -e 'options(warn = 2); if (!requireNamespace("remotes", quietly = TR LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke" LABEL org.opencontainers.image.description="Companion container for running component eset create_eset" -LABEL org.opencontainers.image.created="2025-05-08T13:55:07Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:07Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/eset/create_fdata/.config.vsh.yaml b/target/executable/eset/create_fdata/.config.vsh.yaml index 7804157d..fc8d9bdf 100644 --- a/target/executable/eset/create_fdata/.config.vsh.yaml +++ b/target/executable/eset/create_fdata/.config.vsh.yaml @@ -180,9 +180,9 @@ build_info: output: "target/executable/eset/create_fdata" executable: "target/executable/eset/create_fdata/create_fdata" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -205,7 +205,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/eset/create_fdata/create_fdata b/target/executable/eset/create_fdata/create_fdata index 3e53f17a..94014de4 100755 --- a/target/executable/eset/create_fdata/create_fdata +++ b/target/executable/eset/create_fdata/create_fdata @@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \ LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke" LABEL org.opencontainers.image.description="Companion container for running component eset create_fdata" -LABEL org.opencontainers.image.created="2025-05-08T13:55:07Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:07Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/eset/create_pdata/.config.vsh.yaml b/target/executable/eset/create_pdata/.config.vsh.yaml index 8c7ccb56..15767401 100644 --- a/target/executable/eset/create_pdata/.config.vsh.yaml +++ b/target/executable/eset/create_pdata/.config.vsh.yaml @@ -194,9 +194,9 @@ build_info: output: "target/executable/eset/create_pdata" executable: "target/executable/eset/create_pdata/create_pdata" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -219,7 +219,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/eset/create_pdata/create_pdata b/target/executable/eset/create_pdata/create_pdata index 87bedef5..626dbd4c 100755 --- a/target/executable/eset/create_pdata/create_pdata +++ b/target/executable/eset/create_pdata/create_pdata @@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \ LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke" LABEL org.opencontainers.image.description="Companion container for running component eset create_pdata" -LABEL org.opencontainers.image.created="2025-05-08T13:55:07Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:07Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml b/target/executable/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml index 649cc03f..747c2029 100644 --- a/target/executable/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml +++ b/target/executable/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml @@ -152,9 +152,9 @@ build_info: output: "target/executable/integration_test_components/htrnaseq/check_eset" executable: "target/executable/integration_test_components/htrnaseq/check_eset/check_eset" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -177,7 +177,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/integration_test_components/htrnaseq/check_eset/check_eset b/target/executable/integration_test_components/htrnaseq/check_eset/check_eset index ffc5a8de..1925d374 100755 --- a/target/executable/integration_test_components/htrnaseq/check_eset/check_eset +++ b/target/executable/integration_test_components/htrnaseq/check_eset/check_eset @@ -455,9 +455,9 @@ RUN Rscript -e 'options(warn = 2); if (!requireNamespace("remotes", quietly = TR LABEL org.opencontainers.image.authors="Dries Schaumont" LABEL org.opencontainers.image.description="Companion container for running component integration_test_components/htrnaseq check_eset" -LABEL org.opencontainers.image.created="2025-05-08T13:55:05Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:06Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml b/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml index 69b0934a..0e57a540 100644 --- a/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml +++ b/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml @@ -161,9 +161,9 @@ build_info: output: "target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output" executable: "target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/check_cutadapt_output" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -186,7 +186,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/check_cutadapt_output b/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/check_cutadapt_output index 0a241ec6..5d77eb8b 100755 --- a/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/check_cutadapt_output +++ b/target/executable/integration_test_components/well_demultiplexing/check_cutadapt_output/check_cutadapt_output @@ -457,9 +457,9 @@ RUN pip install --upgrade pip && \ LABEL org.opencontainers.image.authors="Dries Schaumont" LABEL org.opencontainers.image.description="Companion container for running component integration_test_components/well_demultiplexing check_cutadapt_output" -LABEL org.opencontainers.image.created="2025-05-08T13:55:08Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:06Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/io/publish_fastqs/.config.vsh.yaml b/target/executable/io/publish_fastqs/.config.vsh.yaml index 76efc3d0..42eba995 100644 --- a/target/executable/io/publish_fastqs/.config.vsh.yaml +++ b/target/executable/io/publish_fastqs/.config.vsh.yaml @@ -136,9 +136,9 @@ build_info: output: "target/executable/io/publish_fastqs" executable: "target/executable/io/publish_fastqs/publish_fastqs" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -161,7 +161,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/io/publish_fastqs/publish_fastqs b/target/executable/io/publish_fastqs/publish_fastqs index baf6c9f8..5c0798c5 100755 --- a/target/executable/io/publish_fastqs/publish_fastqs +++ b/target/executable/io/publish_fastqs/publish_fastqs @@ -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_fastqs" -LABEL org.opencontainers.image.created="2025-05-08T13:55:06Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:06Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/io/publish_results/.config.vsh.yaml b/target/executable/io/publish_results/.config.vsh.yaml index 8862a084..8516e58f 100644 --- a/target/executable/io/publish_results/.config.vsh.yaml +++ b/target/executable/io/publish_results/.config.vsh.yaml @@ -199,9 +199,9 @@ build_info: output: "target/executable/io/publish_results" executable: "target/executable/io/publish_results/publish_results" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -224,7 +224,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/io/publish_results/publish_results b/target/executable/io/publish_results/publish_results index 887ed02b..d3a2ba00 100755 --- a/target/executable/io/publish_results/publish_results +++ b/target/executable/io/publish_results/publish_results @@ -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_results" -LABEL org.opencontainers.image.created="2025-05-08T13:55:06Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:06Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/parallel_map/.config.vsh.yaml b/target/executable/parallel_map/.config.vsh.yaml index dd625265..32e4985c 100644 --- a/target/executable/parallel_map/.config.vsh.yaml +++ b/target/executable/parallel_map/.config.vsh.yaml @@ -282,9 +282,9 @@ build_info: output: "target/executable/parallel_map" executable: "target/executable/parallel_map/parallel_map" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -307,7 +307,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/parallel_map/parallel_map b/target/executable/parallel_map/parallel_map index dade1e87..09358802 100755 --- a/target/executable/parallel_map/parallel_map +++ b/target/executable/parallel_map/parallel_map @@ -461,9 +461,9 @@ ENV STAR_BINARY=STAR COPY STAR /usr/local/bin/$STAR_BINARY LABEL org.opencontainers.image.authors="Dries Schaumont, Toni Verbeiren" LABEL org.opencontainers.image.description="Companion container for running component parallel_map" -LABEL org.opencontainers.image.created="2025-05-08T13:55:07Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:05Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/report/create_report/.config.vsh.yaml b/target/executable/report/create_report/.config.vsh.yaml index 79c62253..dd7e6060 100644 --- a/target/executable/report/create_report/.config.vsh.yaml +++ b/target/executable/report/create_report/.config.vsh.yaml @@ -212,9 +212,9 @@ build_info: output: "target/executable/report/create_report" executable: "target/executable/report/create_report/create_report" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -237,7 +237,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/report/create_report/create_report b/target/executable/report/create_report/create_report index 8488784d..1e57571d 100755 --- a/target/executable/report/create_report/create_report +++ b/target/executable/report/create_report/create_report @@ -465,9 +465,9 @@ RUN Rscript -e 'options(warn = 2); if (!requireNamespace("remotes", quietly = TR LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke" LABEL org.opencontainers.image.description="Companion container for running component report create_report" -LABEL org.opencontainers.image.created="2025-05-08T13:55:07Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:05Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/stats/combine_star_logs/.config.vsh.yaml b/target/executable/stats/combine_star_logs/.config.vsh.yaml index f13c25b8..4f114c47 100644 --- a/target/executable/stats/combine_star_logs/.config.vsh.yaml +++ b/target/executable/stats/combine_star_logs/.config.vsh.yaml @@ -201,9 +201,9 @@ build_info: output: "target/executable/stats/combine_star_logs" executable: "target/executable/stats/combine_star_logs/combine_star_logs" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -226,7 +226,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/stats/combine_star_logs/combine_star_logs b/target/executable/stats/combine_star_logs/combine_star_logs index bd719a4a..85aa9f5a 100755 --- a/target/executable/stats/combine_star_logs/combine_star_logs +++ b/target/executable/stats/combine_star_logs/combine_star_logs @@ -457,9 +457,9 @@ RUN pip install --upgrade pip && \ LABEL org.opencontainers.image.authors="Dries Schaumont" LABEL org.opencontainers.image.description="Companion container for running component stats combine_star_logs" -LABEL org.opencontainers.image.created="2025-05-08T13:55:05Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:07Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/stats/generate_pool_statistics/.config.vsh.yaml b/target/executable/stats/generate_pool_statistics/.config.vsh.yaml index f2194e3f..d2f80823 100644 --- a/target/executable/stats/generate_pool_statistics/.config.vsh.yaml +++ b/target/executable/stats/generate_pool_statistics/.config.vsh.yaml @@ -185,9 +185,9 @@ build_info: output: "target/executable/stats/generate_pool_statistics" executable: "target/executable/stats/generate_pool_statistics/generate_pool_statistics" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -210,7 +210,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/stats/generate_pool_statistics/generate_pool_statistics b/target/executable/stats/generate_pool_statistics/generate_pool_statistics index a5579afe..0595621b 100755 --- a/target/executable/stats/generate_pool_statistics/generate_pool_statistics +++ b/target/executable/stats/generate_pool_statistics/generate_pool_statistics @@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \ LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke" LABEL org.opencontainers.image.description="Companion container for running component stats generate_pool_statistics" -LABEL org.opencontainers.image.created="2025-05-08T13:55:06Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:07Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/stats/generate_well_statistics/.config.vsh.yaml b/target/executable/stats/generate_well_statistics/.config.vsh.yaml index bbe5fec2..1a892c28 100644 --- a/target/executable/stats/generate_well_statistics/.config.vsh.yaml +++ b/target/executable/stats/generate_well_statistics/.config.vsh.yaml @@ -267,9 +267,9 @@ build_info: output: "target/executable/stats/generate_well_statistics" executable: "target/executable/stats/generate_well_statistics/generate_well_statistics" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -292,7 +292,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/stats/generate_well_statistics/generate_well_statistics b/target/executable/stats/generate_well_statistics/generate_well_statistics index 017ce74e..a05fb2af 100755 --- a/target/executable/stats/generate_well_statistics/generate_well_statistics +++ b/target/executable/stats/generate_well_statistics/generate_well_statistics @@ -461,9 +461,9 @@ RUN pip install --upgrade pip && \ LABEL org.opencontainers.image.authors="Dries Schaumont, Marijke Van Moerbeke" LABEL org.opencontainers.image.description="Companion container for running component stats generate_well_statistics" -LABEL org.opencontainers.image.created="2025-05-08T13:55:06Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:07Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/executable/utils/save_params/.config.vsh.yaml b/target/executable/utils/save_params/.config.vsh.yaml index f77b4593..038fc5f6 100644 --- a/target/executable/utils/save_params/.config.vsh.yaml +++ b/target/executable/utils/save_params/.config.vsh.yaml @@ -148,9 +148,9 @@ build_info: output: "target/executable/utils/save_params" executable: "target/executable/utils/save_params/save_params" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -173,7 +173,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/executable/utils/save_params/save_params b/target/executable/utils/save_params/save_params index f816960f..11fd6fe0 100755 --- a/target/executable/utils/save_params/save_params +++ b/target/executable/utils/save_params/save_params @@ -453,9 +453,9 @@ RUN pip install --upgrade pip && \ pip install --upgrade --no-cache-dir "pyyaml" LABEL org.opencontainers.image.description="Companion container for running component utils save_params" -LABEL org.opencontainers.image.created="2025-05-08T13:55:08Z" +LABEL org.opencontainers.image.created="2025-05-14T08:04:06Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq" -LABEL org.opencontainers.image.revision="d179f8242107e2291c8853467ba4752c41eaa354" +LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be" LABEL org.opencontainers.image.version="main" VIASHDOCKER diff --git a/target/nextflow/eset/create_eset/.config.vsh.yaml b/target/nextflow/eset/create_eset/.config.vsh.yaml index 128af70e..692a99ca 100644 --- a/target/nextflow/eset/create_eset/.config.vsh.yaml +++ b/target/nextflow/eset/create_eset/.config.vsh.yaml @@ -203,9 +203,9 @@ build_info: output: "target/nextflow/eset/create_eset" executable: "target/nextflow/eset/create_eset/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -228,7 +228,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/eset/create_eset/main.nf b/target/nextflow/eset/create_eset/main.nf index cbafafb2..efa3bdbd 100644 --- a/target/nextflow/eset/create_eset/main.nf +++ b/target/nextflow/eset/create_eset/main.nf @@ -3304,9 +3304,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/eset/create_eset", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3316,7 +3316,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/eset/create_fdata/.config.vsh.yaml b/target/nextflow/eset/create_fdata/.config.vsh.yaml index ec298906..06e057f4 100644 --- a/target/nextflow/eset/create_fdata/.config.vsh.yaml +++ b/target/nextflow/eset/create_fdata/.config.vsh.yaml @@ -180,9 +180,9 @@ build_info: output: "target/nextflow/eset/create_fdata" executable: "target/nextflow/eset/create_fdata/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -205,7 +205,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/eset/create_fdata/main.nf b/target/nextflow/eset/create_fdata/main.nf index 9f0830f5..baa3968f 100644 --- a/target/nextflow/eset/create_fdata/main.nf +++ b/target/nextflow/eset/create_fdata/main.nf @@ -3274,9 +3274,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/eset/create_fdata", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3286,7 +3286,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/eset/create_pdata/.config.vsh.yaml b/target/nextflow/eset/create_pdata/.config.vsh.yaml index dc7c81cf..746cbc72 100644 --- a/target/nextflow/eset/create_pdata/.config.vsh.yaml +++ b/target/nextflow/eset/create_pdata/.config.vsh.yaml @@ -194,9 +194,9 @@ build_info: output: "target/nextflow/eset/create_pdata" executable: "target/nextflow/eset/create_pdata/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -219,7 +219,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/eset/create_pdata/main.nf b/target/nextflow/eset/create_pdata/main.nf index 56a177c1..e2e46c1b 100644 --- a/target/nextflow/eset/create_pdata/main.nf +++ b/target/nextflow/eset/create_pdata/main.nf @@ -3288,9 +3288,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/eset/create_pdata", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3300,7 +3300,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml b/target/nextflow/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml index cd008ca1..3af1df71 100644 --- a/target/nextflow/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml +++ b/target/nextflow/integration_test_components/htrnaseq/check_eset/.config.vsh.yaml @@ -152,9 +152,9 @@ build_info: output: "target/nextflow/integration_test_components/htrnaseq/check_eset" executable: "target/nextflow/integration_test_components/htrnaseq/check_eset/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -177,7 +177,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/integration_test_components/htrnaseq/check_eset/main.nf b/target/nextflow/integration_test_components/htrnaseq/check_eset/main.nf index 13137a2f..5e09d897 100644 --- a/target/nextflow/integration_test_components/htrnaseq/check_eset/main.nf +++ b/target/nextflow/integration_test_components/htrnaseq/check_eset/main.nf @@ -3228,9 +3228,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/integration_test_components/htrnaseq/check_eset", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3240,7 +3240,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml b/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml index 25916ea8..7011c055 100644 --- a/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml +++ b/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/.config.vsh.yaml @@ -161,9 +161,9 @@ build_info: output: "target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output" executable: "target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -186,7 +186,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/main.nf b/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/main.nf index a1794eda..4851ddc6 100644 --- a/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/main.nf +++ b/target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output/main.nf @@ -3239,9 +3239,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/integration_test_components/well_demultiplexing/check_cutadapt_output", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3251,7 +3251,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/io/publish_fastqs/.config.vsh.yaml b/target/nextflow/io/publish_fastqs/.config.vsh.yaml index 28613d9c..7e20da6d 100644 --- a/target/nextflow/io/publish_fastqs/.config.vsh.yaml +++ b/target/nextflow/io/publish_fastqs/.config.vsh.yaml @@ -136,9 +136,9 @@ build_info: output: "target/nextflow/io/publish_fastqs" executable: "target/nextflow/io/publish_fastqs/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -161,7 +161,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/io/publish_fastqs/main.nf b/target/nextflow/io/publish_fastqs/main.nf index a0501a64..02733b41 100644 --- a/target/nextflow/io/publish_fastqs/main.nf +++ b/target/nextflow/io/publish_fastqs/main.nf @@ -3202,9 +3202,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/publish_fastqs", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3214,7 +3214,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/io/publish_results/.config.vsh.yaml b/target/nextflow/io/publish_results/.config.vsh.yaml index b510d055..c2a49f10 100644 --- a/target/nextflow/io/publish_results/.config.vsh.yaml +++ b/target/nextflow/io/publish_results/.config.vsh.yaml @@ -199,9 +199,9 @@ build_info: output: "target/nextflow/io/publish_results" executable: "target/nextflow/io/publish_results/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -224,7 +224,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/io/publish_results/main.nf b/target/nextflow/io/publish_results/main.nf index 70ac104a..d38793c0 100644 --- a/target/nextflow/io/publish_results/main.nf +++ b/target/nextflow/io/publish_results/main.nf @@ -3272,9 +3272,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/io/publish_results", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3284,7 +3284,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/parallel_map/.config.vsh.yaml b/target/nextflow/parallel_map/.config.vsh.yaml index 611bb1ec..5103f56f 100644 --- a/target/nextflow/parallel_map/.config.vsh.yaml +++ b/target/nextflow/parallel_map/.config.vsh.yaml @@ -282,9 +282,9 @@ build_info: output: "target/nextflow/parallel_map" executable: "target/nextflow/parallel_map/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -307,7 +307,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/parallel_map/main.nf b/target/nextflow/parallel_map/main.nf index bbfbe46a..2822a1ba 100644 --- a/target/nextflow/parallel_map/main.nf +++ b/target/nextflow/parallel_map/main.nf @@ -3374,9 +3374,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/parallel_map", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3386,7 +3386,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/report/create_report/.config.vsh.yaml b/target/nextflow/report/create_report/.config.vsh.yaml index e2d6c1d6..deb7f45c 100644 --- a/target/nextflow/report/create_report/.config.vsh.yaml +++ b/target/nextflow/report/create_report/.config.vsh.yaml @@ -212,9 +212,9 @@ build_info: output: "target/nextflow/report/create_report" executable: "target/nextflow/report/create_report/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -237,7 +237,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/report/create_report/main.nf b/target/nextflow/report/create_report/main.nf index 2a1dfde2..8b609192 100644 --- a/target/nextflow/report/create_report/main.nf +++ b/target/nextflow/report/create_report/main.nf @@ -3318,9 +3318,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/report/create_report", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3330,7 +3330,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/stats/combine_star_logs/.config.vsh.yaml b/target/nextflow/stats/combine_star_logs/.config.vsh.yaml index bd3d8662..e0638695 100644 --- a/target/nextflow/stats/combine_star_logs/.config.vsh.yaml +++ b/target/nextflow/stats/combine_star_logs/.config.vsh.yaml @@ -201,9 +201,9 @@ build_info: output: "target/nextflow/stats/combine_star_logs" executable: "target/nextflow/stats/combine_star_logs/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -226,7 +226,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/stats/combine_star_logs/main.nf b/target/nextflow/stats/combine_star_logs/main.nf index 7cbe394d..08728dcc 100644 --- a/target/nextflow/stats/combine_star_logs/main.nf +++ b/target/nextflow/stats/combine_star_logs/main.nf @@ -3290,9 +3290,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/stats/combine_star_logs", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3302,7 +3302,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/stats/generate_pool_statistics/.config.vsh.yaml b/target/nextflow/stats/generate_pool_statistics/.config.vsh.yaml index db2bb545..4aa15122 100644 --- a/target/nextflow/stats/generate_pool_statistics/.config.vsh.yaml +++ b/target/nextflow/stats/generate_pool_statistics/.config.vsh.yaml @@ -185,9 +185,9 @@ build_info: output: "target/nextflow/stats/generate_pool_statistics" executable: "target/nextflow/stats/generate_pool_statistics/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -210,7 +210,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/stats/generate_pool_statistics/main.nf b/target/nextflow/stats/generate_pool_statistics/main.nf index 1c5e96f2..de2f5e22 100644 --- a/target/nextflow/stats/generate_pool_statistics/main.nf +++ b/target/nextflow/stats/generate_pool_statistics/main.nf @@ -3274,9 +3274,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/stats/generate_pool_statistics", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3286,7 +3286,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/stats/generate_well_statistics/.config.vsh.yaml b/target/nextflow/stats/generate_well_statistics/.config.vsh.yaml index 3dad7f01..9aa20b4c 100644 --- a/target/nextflow/stats/generate_well_statistics/.config.vsh.yaml +++ b/target/nextflow/stats/generate_well_statistics/.config.vsh.yaml @@ -267,9 +267,9 @@ build_info: output: "target/nextflow/stats/generate_well_statistics" executable: "target/nextflow/stats/generate_well_statistics/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -292,7 +292,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/stats/generate_well_statistics/main.nf b/target/nextflow/stats/generate_well_statistics/main.nf index d4137129..31283ed5 100644 --- a/target/nextflow/stats/generate_well_statistics/main.nf +++ b/target/nextflow/stats/generate_well_statistics/main.nf @@ -3369,9 +3369,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/stats/generate_well_statistics", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3381,7 +3381,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/utils/concatRuns/.config.vsh.yaml b/target/nextflow/utils/concatRuns/.config.vsh.yaml index 76b5daae..a5021116 100644 --- a/target/nextflow/utils/concatRuns/.config.vsh.yaml +++ b/target/nextflow/utils/concatRuns/.config.vsh.yaml @@ -157,9 +157,9 @@ build_info: output: "target/nextflow/utils/concatRuns" executable: "target/nextflow/utils/concatRuns/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" dependencies: - "target/dependencies/vsh/vsh/craftbox/v0.1.0/nextflow/concat_text" package_config: @@ -184,7 +184,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/utils/concatRuns/main.nf b/target/nextflow/utils/concatRuns/main.nf index e9395f26..091c7a93 100644 --- a/target/nextflow/utils/concatRuns/main.nf +++ b/target/nextflow/utils/concatRuns/main.nf @@ -3224,9 +3224,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/utils/concatRuns", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3236,7 +3236,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/utils/listInputDir/.config.vsh.yaml b/target/nextflow/utils/listInputDir/.config.vsh.yaml index 90a84554..1862f75b 100644 --- a/target/nextflow/utils/listInputDir/.config.vsh.yaml +++ b/target/nextflow/utils/listInputDir/.config.vsh.yaml @@ -168,9 +168,9 @@ build_info: output: "target/nextflow/utils/listInputDir" executable: "target/nextflow/utils/listInputDir/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -193,7 +193,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/utils/listInputDir/main.nf b/target/nextflow/utils/listInputDir/main.nf index d5a4634a..b2ce1188 100644 --- a/target/nextflow/utils/listInputDir/main.nf +++ b/target/nextflow/utils/listInputDir/main.nf @@ -3234,9 +3234,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/utils/listInputDir", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3246,7 +3246,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/utils/save_params/.config.vsh.yaml b/target/nextflow/utils/save_params/.config.vsh.yaml index e6f3b3cd..0ac7d313 100644 --- a/target/nextflow/utils/save_params/.config.vsh.yaml +++ b/target/nextflow/utils/save_params/.config.vsh.yaml @@ -148,9 +148,9 @@ build_info: output: "target/nextflow/utils/save_params" executable: "target/nextflow/utils/save_params/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -173,7 +173,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/utils/save_params/main.nf b/target/nextflow/utils/save_params/main.nf index beecbcf5..d277ae94 100644 --- a/target/nextflow/utils/save_params/main.nf +++ b/target/nextflow/utils/save_params/main.nf @@ -3218,9 +3218,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/utils/save_params", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3230,7 +3230,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/workflows/htrnaseq/.config.vsh.yaml b/target/nextflow/workflows/htrnaseq/.config.vsh.yaml index 6b6f09ec..2293459a 100644 --- a/target/nextflow/workflows/htrnaseq/.config.vsh.yaml +++ b/target/nextflow/workflows/htrnaseq/.config.vsh.yaml @@ -342,9 +342,9 @@ build_info: output: "target/nextflow/workflows/htrnaseq" executable: "target/nextflow/workflows/htrnaseq/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" dependencies: - "target/nextflow/stats/combine_star_logs" - "target/nextflow/stats/generate_pool_statistics" @@ -380,7 +380,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/workflows/htrnaseq/main.nf b/target/nextflow/workflows/htrnaseq/main.nf index 3bb2643d..19871a56 100644 --- a/target/nextflow/workflows/htrnaseq/main.nf +++ b/target/nextflow/workflows/htrnaseq/main.nf @@ -3479,9 +3479,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/workflows/htrnaseq", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3491,7 +3491,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/workflows/runner/.config.vsh.yaml b/target/nextflow/workflows/runner/.config.vsh.yaml index 8993a8f1..92d566e1 100644 --- a/target/nextflow/workflows/runner/.config.vsh.yaml +++ b/target/nextflow/workflows/runner/.config.vsh.yaml @@ -235,9 +235,9 @@ build_info: output: "target/nextflow/workflows/runner" executable: "target/nextflow/workflows/runner/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" dependencies: - "target/nextflow/utils/listInputDir" - "target/nextflow/workflows/htrnaseq" @@ -266,7 +266,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/workflows/runner/main.nf b/target/nextflow/workflows/runner/main.nf index 664603fc..cb9be2e5 100644 --- a/target/nextflow/workflows/runner/main.nf +++ b/target/nextflow/workflows/runner/main.nf @@ -3331,9 +3331,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/workflows/runner", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3343,7 +3343,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/workflows/well_demultiplex/.config.vsh.yaml b/target/nextflow/workflows/well_demultiplex/.config.vsh.yaml index aa66aae3..7fa3fe42 100644 --- a/target/nextflow/workflows/well_demultiplex/.config.vsh.yaml +++ b/target/nextflow/workflows/well_demultiplex/.config.vsh.yaml @@ -214,9 +214,9 @@ build_info: output: "target/nextflow/workflows/well_demultiplex" executable: "target/nextflow/workflows/well_demultiplex/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" dependencies: - "target/dependencies/vsh/vsh/biobox/v0.3.0/nextflow/cutadapt" - "target/dependencies/vsh/vsh/craftbox/v0.1.0/nextflow/concat_text" @@ -242,7 +242,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/workflows/well_demultiplex/main.nf b/target/nextflow/workflows/well_demultiplex/main.nf index 06c16043..a25def22 100644 --- a/target/nextflow/workflows/well_demultiplex/main.nf +++ b/target/nextflow/workflows/well_demultiplex/main.nf @@ -3314,9 +3314,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/workflows/well_demultiplex", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3326,7 +3326,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ] diff --git a/target/nextflow/workflows/well_metadata/.config.vsh.yaml b/target/nextflow/workflows/well_metadata/.config.vsh.yaml index df1b7886..59470d90 100644 --- a/target/nextflow/workflows/well_metadata/.config.vsh.yaml +++ b/target/nextflow/workflows/well_metadata/.config.vsh.yaml @@ -212,9 +212,9 @@ build_info: output: "target/nextflow/workflows/well_metadata" executable: "target/nextflow/workflows/well_metadata/main.nf" viash_version: "0.9.4" - git_commit: "d179f8242107e2291c8853467ba4752c41eaa354" + git_commit: "c7c84719b518068592943d365eddf2d15a6658be" git_remote: "https://github.com/viash-hub/htrnaseq" - git_tag: "v0.7.2-2-gd179f82" + git_tag: "v0.7.2-3-gc7c8471" package_config: name: "htrnaseq" version: "main" @@ -237,7 +237,7 @@ package_config: \ first.\n" info: test_resources: - - path: "gs://viash-hub-test-data/htrnaseq/v1/" + - path: "gs://viash-hub-resources/htrnaseq/v1" dest: "resources_test" viash_version: "0.9.4" source: "src" diff --git a/target/nextflow/workflows/well_metadata/main.nf b/target/nextflow/workflows/well_metadata/main.nf index f5e7bdc7..7529ab9b 100644 --- a/target/nextflow/workflows/well_metadata/main.nf +++ b/target/nextflow/workflows/well_metadata/main.nf @@ -3294,9 +3294,9 @@ meta = [ "engine" : "native|native", "output" : "target/nextflow/workflows/well_metadata", "viash_version" : "0.9.4", - "git_commit" : "d179f8242107e2291c8853467ba4752c41eaa354", + "git_commit" : "c7c84719b518068592943d365eddf2d15a6658be", "git_remote" : "https://github.com/viash-hub/htrnaseq", - "git_tag" : "v0.7.2-2-gd179f82" + "git_tag" : "v0.7.2-3-gc7c8471" }, "package_config" : { "name" : "htrnaseq", @@ -3306,7 +3306,7 @@ meta = [ "info" : { "test_resources" : [ { - "path" : "gs://viash-hub-test-data/htrnaseq/v1/", + "path" : "gs://viash-hub-resources/htrnaseq/v1", "dest" : "resources_test" } ]