Skip to content

Commit da29d8c

Browse files
DriesSchaumontgithub-actions[bot]
authored andcommitted
deploy: b6fc11a
1 parent f060d75 commit da29d8c

File tree

510 files changed

+1020
-1018
lines changed

Some content is hidden

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

510 files changed

+1020
-1018
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,6 @@ jobs:
193193
--config_mod ".engines[.type == 'docker'].image := 'ghcr.io/openpipelines-bio/openpipeline/${{ matrix.component.namespace }}${{matrix.component.namespace_separator}}${{ matrix.component.name }}:${{ github.event.inputs.version_tag }}'" \
194194
--config_mod ".engines[.type == 'docker'].setup := []" \
195195
--cpus 4 \
196-
--memory "12gb"
196+
--memory "12gb" \
197+
--engine docker \
198+
--runner executable

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# openpipelines 2.x.x (Unreleased)
1+
# openpipelines 2.0.0-rc.1
22

33
## BREAKING CHANGES
44

target/executable/annotate/celltypist/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ build_info:
394394
output: "target/executable/annotate/celltypist"
395395
executable: "target/executable/annotate/celltypist/celltypist"
396396
viash_version: "0.9.0"
397-
git_commit: "03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
397+
git_commit: "f060d75d1633b6f25a83be2c483b393e08662673"
398398
git_remote: "https://github.com/openpipelines-bio/openpipeline"
399-
git_tag: "1.0.0-6-g03c3cf84d4"
399+
git_tag: "1.0.0-7-gf060d75d16"
400400
package_config:
401401
name: "openpipeline"
402402
version: "dev"

target/executable/annotate/celltypist/celltypist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,9 @@ RUN pip install --upgrade pip && \
596596
597597
LABEL org.opencontainers.image.authors="Jakub Majercik, Weiwei Schultz"
598598
LABEL org.opencontainers.image.description="Companion container for running component annotate celltypist"
599-
LABEL org.opencontainers.image.created="2024-11-24T17:47:58Z"
599+
LABEL org.opencontainers.image.created="2024-11-25T05:49:53Z"
600600
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
601-
LABEL org.opencontainers.image.revision="03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
601+
LABEL org.opencontainers.image.revision="f060d75d1633b6f25a83be2c483b393e08662673"
602602
LABEL org.opencontainers.image.version="2.0.0-rc.1"
603603
604604
VIASHDOCKER

target/executable/annotate/onclass/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ build_info:
336336
output: "target/executable/annotate/onclass"
337337
executable: "target/executable/annotate/onclass/onclass"
338338
viash_version: "0.9.0"
339-
git_commit: "03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
339+
git_commit: "f060d75d1633b6f25a83be2c483b393e08662673"
340340
git_remote: "https://github.com/openpipelines-bio/openpipeline"
341-
git_tag: "1.0.0-6-g03c3cf84d4"
341+
git_tag: "1.0.0-7-gf060d75d16"
342342
package_config:
343343
name: "openpipeline"
344344
version: "dev"

target/executable/annotate/onclass/onclass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,9 @@ RUN pip install --upgrade pip && \
561561
562562
LABEL org.opencontainers.image.authors="Jakub Majercik"
563563
LABEL org.opencontainers.image.description="Companion container for running component annotate onclass"
564-
LABEL org.opencontainers.image.created="2024-11-24T17:47:57Z"
564+
LABEL org.opencontainers.image.created="2024-11-25T05:49:52Z"
565565
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
566-
LABEL org.opencontainers.image.revision="03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
566+
LABEL org.opencontainers.image.revision="f060d75d1633b6f25a83be2c483b393e08662673"
567567
LABEL org.opencontainers.image.version="2.0.0-rc.1"
568568
569569
VIASHDOCKER

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ build_info:
351351
output: "target/executable/annotate/popv"
352352
executable: "target/executable/annotate/popv/popv"
353353
viash_version: "0.9.0"
354-
git_commit: "03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
354+
git_commit: "f060d75d1633b6f25a83be2c483b393e08662673"
355355
git_remote: "https://github.com/openpipelines-bio/openpipeline"
356-
git_tag: "1.0.0-6-g03c3cf84d4"
356+
git_tag: "1.0.0-7-gf060d75d16"
357357
package_config:
358358
name: "openpipeline"
359359
version: "dev"

target/executable/annotate/popv/popv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,9 @@ RUN cd /opt && git clone --depth 1 https://github.com/YosefLab/PopV.git
561561
562562
LABEL org.opencontainers.image.authors="Matthias Beyens, Robrecht Cannoodt"
563563
LABEL org.opencontainers.image.description="Companion container for running component annotate popv"
564-
LABEL org.opencontainers.image.created="2024-11-24T17:47:57Z"
564+
LABEL org.opencontainers.image.created="2024-11-25T05:49:52Z"
565565
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
566-
LABEL org.opencontainers.image.revision="03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
566+
LABEL org.opencontainers.image.revision="f060d75d1633b6f25a83be2c483b393e08662673"
567567
LABEL org.opencontainers.image.version="2.0.0-rc.1"
568568
569569
VIASHDOCKER

target/executable/annotate/random_forest_annotation/.config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ build_info:
355355
output: "target/executable/annotate/random_forest_annotation"
356356
executable: "target/executable/annotate/random_forest_annotation/random_forest_annotation"
357357
viash_version: "0.9.0"
358-
git_commit: "03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
358+
git_commit: "f060d75d1633b6f25a83be2c483b393e08662673"
359359
git_remote: "https://github.com/openpipelines-bio/openpipeline"
360-
git_tag: "1.0.0-6-g03c3cf84d4"
360+
git_tag: "1.0.0-7-gf060d75d16"
361361
package_config:
362362
name: "openpipeline"
363363
version: "dev"

target/executable/annotate/random_forest_annotation/random_forest_annotation

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ RUN pip install --upgrade pip && \
576576
577577
LABEL org.opencontainers.image.authors="Jakub Majercik"
578578
LABEL org.opencontainers.image.description="Companion container for running component annotate random_forest_annotation"
579-
LABEL org.opencontainers.image.created="2024-11-24T17:47:56Z"
579+
LABEL org.opencontainers.image.created="2024-11-25T05:49:51Z"
580580
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
581-
LABEL org.opencontainers.image.revision="03c3cf84d4a6e72f523d89f46574cc61d61c69c0"
581+
LABEL org.opencontainers.image.revision="f060d75d1633b6f25a83be2c483b393e08662673"
582582
LABEL org.opencontainers.image.version="2.0.0-rc.1"
583583
584584
VIASHDOCKER

0 commit comments

Comments
 (0)