Build branch main with version main (86333c1)

Build pipeline: meta-vsh-ci-template-tpwsr

Source commit: 86333c1a46

Source message: SnpEff (#153)

* Help file

* config file

* config file

* runners script

* config file

* test script

* test

* test

* runners script

* snake case

* snake case

* output parameters

* modify argument formatting, container setup

* fix buf with mv command

* avoid boolean_false and fix bug with output files

---------

Co-authored-by: Emma Rousseau <emmarou1@icloud.com>
This commit is contained in:
CI
2024-10-16 09:18:30 +00:00
parent 09f5294af0
commit 55de3a494d
274 changed files with 10661 additions and 715 deletions

View File

@@ -190,9 +190,9 @@ build_info:
output: "target/executable/fq_subsample"
executable: "target/executable/fq_subsample/fq_subsample"
viash_version: "0.9.0"
git_commit: "add125261c6fa0ed7c9906fc85e7368d2072c4a3"
git_remote: "https://x-access-token:ghs_bKg5UFS6ueiPm6KFjDzlVauquRQ8Fx1iMgnZ@github.com/viash-hub/biobox"
git_tag: "v0.2.0-9-gadd1252"
git_commit: "86333c1a465db45facd936695f1f33b186ccf0fc"
git_remote: "https://x-access-token:ghs_ILHMFrZClEMTdFrL0nibETdAJotVbg0IPeJ7@github.com/viash-hub/biobox"
git_tag: "v0.2.0-10-g86333c1"
package_config:
name: "biobox"
version: "main"

View File

@@ -493,9 +493,9 @@ mv target/release/fq /usr/local/bin/ && \
cd / && rm -rf /fq
LABEL org.opencontainers.image.description="Companion container for running component fq_subsample"
LABEL org.opencontainers.image.created="2024-10-07T09:07:47Z"
LABEL org.opencontainers.image.created="2024-10-16T08:57:43Z"
LABEL org.opencontainers.image.source="https://github.com/stjude-rust-labs/fq"
LABEL org.opencontainers.image.revision="add125261c6fa0ed7c9906fc85e7368d2072c4a3"
LABEL org.opencontainers.image.revision="86333c1a465db45facd936695f1f33b186ccf0fc"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER