Build branch main with version main (bc9cc0a)

Build pipeline: viash-hub.biobox.main-bd96b

Source commit: bc9cc0a6ce

Source message: Kallisto quant (#152)

* initial commit dedup

* Revert "initial commit dedup"

This reverts commit 38f586bec0ac9e4312b016e29c3aa0bd53f292b2.

* complete component

* Update changelog

* add help.txt

* apply suggested changes (changelog, config)
This commit is contained in:
CI
2024-09-19 04:13:10 +00:00
parent bca90c9331
commit 6a8cd85cf3
269 changed files with 6899 additions and 699 deletions

View File

@@ -469,9 +469,9 @@ build_info:
output: "target/executable/bcftools/bcftools_annotate"
executable: "target/executable/bcftools/bcftools_annotate/bcftools_annotate"
viash_version: "0.9.0"
git_commit: "619f1bbb6d040e650233d3b0380f5298e624ecef"
git_remote: "https://x-access-token:ghs_Vi76hXSsWXZ7Nqew1pu2fjagXguaxI2jku9D@github.com/viash-hub/biobox"
git_tag: "v0.2.0-4-g619f1bb"
git_commit: "bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
git_remote: "https://x-access-token:ghs_lSKHBbqnO6mkOoPjjavM2ghphcCkFP1NX9Uo@github.com/viash-hub/biobox"
git_tag: "v0.2.0-5-gbc9cc0a"
package_config:
name: "biobox"
version: "main"

View File

@@ -650,9 +650,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_annotate"
LABEL org.opencontainers.image.created="2024-09-18T13:52:58Z"
LABEL org.opencontainers.image.created="2024-09-19T03:54:15Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="619f1bbb6d040e650233d3b0380f5298e624ecef"
LABEL org.opencontainers.image.revision="bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -335,9 +335,9 @@ build_info:
output: "target/executable/bcftools/bcftools_concat"
executable: "target/executable/bcftools/bcftools_concat/bcftools_concat"
viash_version: "0.9.0"
git_commit: "619f1bbb6d040e650233d3b0380f5298e624ecef"
git_remote: "https://x-access-token:ghs_Vi76hXSsWXZ7Nqew1pu2fjagXguaxI2jku9D@github.com/viash-hub/biobox"
git_tag: "v0.2.0-4-g619f1bb"
git_commit: "bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
git_remote: "https://x-access-token:ghs_lSKHBbqnO6mkOoPjjavM2ghphcCkFP1NX9Uo@github.com/viash-hub/biobox"
git_tag: "v0.2.0-5-gbc9cc0a"
package_config:
name: "biobox"
version: "main"

View File

@@ -566,9 +566,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_concat"
LABEL org.opencontainers.image.created="2024-09-18T13:52:58Z"
LABEL org.opencontainers.image.created="2024-09-19T03:54:15Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="619f1bbb6d040e650233d3b0380f5298e624ecef"
LABEL org.opencontainers.image.revision="bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -416,9 +416,9 @@ build_info:
output: "target/executable/bcftools/bcftools_norm"
executable: "target/executable/bcftools/bcftools_norm/bcftools_norm"
viash_version: "0.9.0"
git_commit: "619f1bbb6d040e650233d3b0380f5298e624ecef"
git_remote: "https://x-access-token:ghs_Vi76hXSsWXZ7Nqew1pu2fjagXguaxI2jku9D@github.com/viash-hub/biobox"
git_tag: "v0.2.0-4-g619f1bb"
git_commit: "bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
git_remote: "https://x-access-token:ghs_lSKHBbqnO6mkOoPjjavM2ghphcCkFP1NX9Uo@github.com/viash-hub/biobox"
git_tag: "v0.2.0-5-gbc9cc0a"
package_config:
name: "biobox"
version: "main"

View File

@@ -589,9 +589,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_norm"
LABEL org.opencontainers.image.created="2024-09-18T13:52:59Z"
LABEL org.opencontainers.image.created="2024-09-19T03:54:16Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="619f1bbb6d040e650233d3b0380f5298e624ecef"
LABEL org.opencontainers.image.revision="bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -185,9 +185,9 @@ build_info:
output: "target/executable/bcftools/bcftools_sort"
executable: "target/executable/bcftools/bcftools_sort/bcftools_sort"
viash_version: "0.9.0"
git_commit: "619f1bbb6d040e650233d3b0380f5298e624ecef"
git_remote: "https://x-access-token:ghs_Vi76hXSsWXZ7Nqew1pu2fjagXguaxI2jku9D@github.com/viash-hub/biobox"
git_tag: "v0.2.0-4-g619f1bb"
git_commit: "bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
git_remote: "https://x-access-token:ghs_lSKHBbqnO6mkOoPjjavM2ghphcCkFP1NX9Uo@github.com/viash-hub/biobox"
git_tag: "v0.2.0-5-gbc9cc0a"
package_config:
name: "biobox"
version: "main"

View File

@@ -483,9 +483,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_sort"
LABEL org.opencontainers.image.created="2024-09-18T13:52:57Z"
LABEL org.opencontainers.image.created="2024-09-19T03:54:14Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="619f1bbb6d040e650233d3b0380f5298e624ecef"
LABEL org.opencontainers.image.revision="bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -458,9 +458,9 @@ build_info:
output: "target/executable/bcftools/bcftools_stats"
executable: "target/executable/bcftools/bcftools_stats/bcftools_stats"
viash_version: "0.9.0"
git_commit: "619f1bbb6d040e650233d3b0380f5298e624ecef"
git_remote: "https://x-access-token:ghs_Vi76hXSsWXZ7Nqew1pu2fjagXguaxI2jku9D@github.com/viash-hub/biobox"
git_tag: "v0.2.0-4-g619f1bb"
git_commit: "bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
git_remote: "https://x-access-token:ghs_lSKHBbqnO6mkOoPjjavM2ghphcCkFP1NX9Uo@github.com/viash-hub/biobox"
git_tag: "v0.2.0-5-gbc9cc0a"
package_config:
name: "biobox"
version: "main"

View File

@@ -626,9 +626,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_stats"
LABEL org.opencontainers.image.created="2024-09-18T13:52:59Z"
LABEL org.opencontainers.image.created="2024-09-19T03:54:15Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="619f1bbb6d040e650233d3b0380f5298e624ecef"
LABEL org.opencontainers.image.revision="bc9cc0a6ce4e0b87a4ce47561b4812b449e101ca"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER