Skip to content

Commit ac02e97

Browse files
DriesSchaumontgithub-actions[bot]
authored andcommitted
deploy: 5ced0f6
1 parent 537fb99 commit ac02e97

File tree

436 files changed

+1218
-1220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

436 files changed

+1218
-1220
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@
9696

9797
* `qc/calculate_qc_metrics`: allow setting the output column names and disabling the calculation of several metrics (PR #644).
9898

99-
* `cluster/leiden`: Allow calculating multiple resolutions in parallel (PR #645).
100-
10199
* `rna_multisample` workflow: added `--modality` argument (PR #607).
102100

103101
* `multisample` workflow: in addition to using multimodal files as input, this workflow now also accepts a list of files. The list of files must be the unimodal equivalents of a split multimodal file. The modalities in the list must be unique and after processing the modalities will be merged into multimodal files (PR #606).

target/docker/annotate/popv/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,6 @@ info:
348348
output: "/home/runner/work/openpipeline/openpipeline/target/docker/annotate/popv"
349349
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/annotate/popv/popv"
350350
viash_version: "0.8.4"
351-
git_commit: "1bd9b1d0811a5e16c69833abeac7d646f3b28748"
351+
git_commit: "537fb9951382171123d7e0d95f044af75c7fbf33"
352352
git_remote: "https://github.com/openpipelines-bio/openpipeline"
353-
git_tag: "0.12.1-6-g1bd9b1d081"
353+
git_tag: "0.12.1-7-g537fb99513"

target/docker/annotate/popv/popv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,9 @@ RUN cd /opt && git clone --depth 1 https://github.com/YosefLab/PopV.git && \
503503
504504
LABEL org.opencontainers.image.authors="Matthias Beyens, Robrecht Cannoodt"
505505
LABEL org.opencontainers.image.description="Companion container for running component annotate popv"
506-
LABEL org.opencontainers.image.created="2024-02-19T13:20:25Z"
506+
LABEL org.opencontainers.image.created="2024-02-19T13:26:59Z"
507507
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
508-
LABEL org.opencontainers.image.revision="1bd9b1d0811a5e16c69833abeac7d646f3b28748"
508+
LABEL org.opencontainers.image.revision="537fb9951382171123d7e0d95f044af75c7fbf33"
509509
LABEL org.opencontainers.image.version="1.0.0rc1"
510510
511511
VIASHDOCKER

target/docker/cluster/leiden/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ info:
227227
output: "/home/runner/work/openpipeline/openpipeline/target/docker/cluster/leiden"
228228
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/cluster/leiden/leiden"
229229
viash_version: "0.8.4"
230-
git_commit: "1bd9b1d0811a5e16c69833abeac7d646f3b28748"
230+
git_commit: "537fb9951382171123d7e0d95f044af75c7fbf33"
231231
git_remote: "https://github.com/openpipelines-bio/openpipeline"
232-
git_tag: "0.12.1-6-g1bd9b1d081"
232+
git_tag: "0.12.1-7-g537fb99513"

target/docker/cluster/leiden/leiden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ RUN pip install --upgrade pip && \
460460
461461
LABEL org.opencontainers.image.authors="Dries De Maeyer"
462462
LABEL org.opencontainers.image.description="Companion container for running component cluster leiden"
463-
LABEL org.opencontainers.image.created="2024-02-19T13:20:27Z"
463+
LABEL org.opencontainers.image.created="2024-02-19T13:27:01Z"
464464
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
465-
LABEL org.opencontainers.image.revision="1bd9b1d0811a5e16c69833abeac7d646f3b28748"
465+
LABEL org.opencontainers.image.revision="537fb9951382171123d7e0d95f044af75c7fbf33"
466466
LABEL org.opencontainers.image.version="1.0.0rc1"
467467
468468
VIASHDOCKER

target/docker/compression/compress_h5mu/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ info:
168168
output: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/compress_h5mu"
169169
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/compress_h5mu/compress_h5mu"
170170
viash_version: "0.8.4"
171-
git_commit: "1bd9b1d0811a5e16c69833abeac7d646f3b28748"
171+
git_commit: "537fb9951382171123d7e0d95f044af75c7fbf33"
172172
git_remote: "https://github.com/openpipelines-bio/openpipeline"
173-
git_tag: "0.12.1-6-g1bd9b1d081"
173+
git_tag: "0.12.1-7-g537fb99513"

target/docker/compression/compress_h5mu/compress_h5mu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,9 @@ RUN pip install --upgrade pip && \
423423
424424
LABEL org.opencontainers.image.authors="Dries Schaumont"
425425
LABEL org.opencontainers.image.description="Companion container for running component compression compress_h5mu"
426-
LABEL org.opencontainers.image.created="2024-02-19T13:20:20Z"
426+
LABEL org.opencontainers.image.created="2024-02-19T13:26:54Z"
427427
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
428-
LABEL org.opencontainers.image.revision="1bd9b1d0811a5e16c69833abeac7d646f3b28748"
428+
LABEL org.opencontainers.image.revision="537fb9951382171123d7e0d95f044af75c7fbf33"
429429
LABEL org.opencontainers.image.version="1.0.0rc1"
430430
431431
VIASHDOCKER

target/docker/compression/tar_extract/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ info:
104104
output: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/tar_extract"
105105
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/tar_extract/tar_extract"
106106
viash_version: "0.8.4"
107-
git_commit: "1bd9b1d0811a5e16c69833abeac7d646f3b28748"
107+
git_commit: "537fb9951382171123d7e0d95f044af75c7fbf33"
108108
git_remote: "https://github.com/openpipelines-bio/openpipeline"
109-
git_tag: "0.12.1-6-g1bd9b1d081"
109+
git_tag: "0.12.1-7-g537fb99513"

target/docker/compression/tar_extract/tar_extract

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ ENTRYPOINT []
421421
422422
RUN :
423423
LABEL org.opencontainers.image.description="Companion container for running component compression tar_extract"
424-
LABEL org.opencontainers.image.created="2024-02-19T13:20:20Z"
424+
LABEL org.opencontainers.image.created="2024-02-19T13:26:54Z"
425425
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
426-
LABEL org.opencontainers.image.revision="1bd9b1d0811a5e16c69833abeac7d646f3b28748"
426+
LABEL org.opencontainers.image.revision="537fb9951382171123d7e0d95f044af75c7fbf33"
427427
LABEL org.opencontainers.image.version="1.0.0rc1"
428428
429429
VIASHDOCKER

target/docker/convert/from_10xh5_to_h5mu/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,6 @@ info:
274274
output: "/home/runner/work/openpipeline/openpipeline/target/docker/convert/from_10xh5_to_h5mu"
275275
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/convert/from_10xh5_to_h5mu/from_10xh5_to_h5mu"
276276
viash_version: "0.8.4"
277-
git_commit: "1bd9b1d0811a5e16c69833abeac7d646f3b28748"
277+
git_commit: "537fb9951382171123d7e0d95f044af75c7fbf33"
278278
git_remote: "https://github.com/openpipelines-bio/openpipeline"
279-
git_tag: "0.12.1-6-g1bd9b1d081"
279+
git_tag: "0.12.1-7-g537fb99513"

0 commit comments

Comments
 (0)