Build branch add-labels with version add-labels (59cbb30)

Build pipeline: viash-hub.rnaseq.add-labels-cdc96

Source commit: 59cbb30eec

Source message: Fix config
This commit is contained in:
CI
2024-12-02 15:32:27 +00:00
parent 13477349f0
commit 5f8830f4c8
397 changed files with 36174 additions and 53686 deletions

View File

@@ -52,7 +52,7 @@ requirements:
repositories:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
repo: "biobox"
tag: "main"
- type: "vsh"
name: "craftbox"
@@ -65,9 +65,6 @@ runners:
- type: "nextflow"
id: "nextflow"
directives:
label:
- "midmem"
- "midcpu"
tag: "$id"
auto:
simplifyInput: true
@@ -146,8 +143,8 @@ build_info:
output: "target/executable/preprocess_transcripts_fasta"
executable: "target/executable/preprocess_transcripts_fasta/preprocess_transcripts_fasta"
viash_version: "0.9.0"
git_commit: "c466555a20aa6b87f2d56e1b96126a1e87dd5611"
git_remote: "https://x-access-token:ghs_O6clxuS40ZvoCeBqdFzm7br0dH2Yc11KcQ9x@github.com/viash-hub/rnaseq"
git_commit: "59cbb30eecf218c0572104f849ab542423f0e590"
git_remote: "https://x-access-token:ghs_lWPkcchJhx5BAqplCo3R1uKbRtP5On1H5oPO@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "add-labels"
@@ -158,7 +155,7 @@ package_config:
repositories:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
repo: "biobox"
tag: "main"
- type: "vsh"
name: "craftbox"

View File

@@ -462,9 +462,9 @@ function ViashDockerfile {
FROM ubuntu:22.04
ENTRYPOINT []
LABEL org.opencontainers.image.description="Companion container for running component preprocess_transcripts_fasta"
LABEL org.opencontainers.image.created="2024-11-27T16:55:09Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_O6clxuS40ZvoCeBqdFzm7br0dH2Yc11KcQ9x@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="c466555a20aa6b87f2d56e1b96126a1e87dd5611"
LABEL org.opencontainers.image.created="2024-12-02T14:59:59Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_lWPkcchJhx5BAqplCo3R1uKbRtP5On1H5oPO@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="59cbb30eecf218c0572104f849ab542423f0e590"
LABEL org.opencontainers.image.version="add-labels"
VIASHDOCKER