Build branch main with version main (619f1bb)

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

Source commit: 619f1bbb6d

Source message: Rsem-calculate-expression (#93)

* initial commit dedup

* Revert "initial commit dedup"

This reverts commit 38f586bec0ac9e4312b016e29c3aa0bd53f292b2.

* three rsem components initial commit

* update container setup

* Simplified container configuration

* temporarily remove version recording from config

* Complete config file

* add tests and complete config file

* change test dataset

* functional test, adjustements to scripts

* Update changelog

* Simplified test data and help.txt contents

* suggested changes, typos

* simplify, get rid of test_data folder

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
This commit is contained in:
CI
2024-09-18 14:13:01 +00:00
parent 6f2f840fd9
commit bca90c9331
259 changed files with 12382 additions and 682 deletions

View File

@@ -222,9 +222,9 @@ build_info:
output: "target/executable/bedtools/bedtools_sort"
executable: "target/executable/bedtools/bedtools_sort/bedtools_sort"
viash_version: "0.9.0"
git_commit: "7f8bcc2b3e1ffaac9778b6acb42420b19660d1a1"
git_remote: "https://x-access-token:ghs_aSDBedV4vU66pddFDN6d8UEy0ZQApn08RAsh@github.com/viash-hub/biobox"
git_tag: "v0.2.0-3-g7f8bcc2"
git_commit: "619f1bbb6d040e650233d3b0380f5298e624ecef"
git_remote: "https://x-access-token:ghs_Vi76hXSsWXZ7Nqew1pu2fjagXguaxI2jku9D@github.com/viash-hub/biobox"
git_tag: "v0.2.0-4-g619f1bb"
package_config:
name: "biobox"
version: "main"

View File

@@ -509,9 +509,9 @@ RUN echo "bedtools: \"$(bedtools --version | sed -n 's/^bedtools //p')\"" > /var
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bedtools bedtools_sort"
LABEL org.opencontainers.image.created="2024-09-17T09:52:44Z"
LABEL org.opencontainers.image.created="2024-09-18T13:52:50Z"
LABEL org.opencontainers.image.source="https://github.com/arq5x/bedtools2"
LABEL org.opencontainers.image.revision="7f8bcc2b3e1ffaac9778b6acb42420b19660d1a1"
LABEL org.opencontainers.image.revision="619f1bbb6d040e650233d3b0380f5298e624ecef"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER