Build branch main with version main (e6627ec)

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

Source commit: e6627ec728

Source message: FastQC (#92)

* Starting Component

* Creating Files

* update on config file

* Update on test.sh

* Update on config

* Update script.sh

* Update on script.sh

* trying to figure multiple: true

* Update on script.sh

* Update on script

* Adding some tests

* More tests

* Update on script.sh

* Added more tests

* Small Changes

* Update test.sh

* Update on Script and Test

- change the --zip and --html to take wild card '*'

* Added one more test

* Removed test_data dir

* More description

* Update CHANGELOG.md

* Update on config and script

- meta_cpus
- meta_tmp_dir

* Bug Fixed

* unset_if_false

* Updating Tests

* Update script.sh

* debugging

* Minor changes

* Update config.vsh.yaml

* Update config.vsh.yaml

* Required Changes

- large changes on script.sh

* Update config.vsh.yaml

* Adding extra links

* tmpdir bug

* Updating tests

* minor changes

* Adding extra output options

--summary
--data

* minor change

* Update script.sh

* small change in config
This commit is contained in:
CI
2024-09-03 09:13:58 +00:00
parent f066ef0ffa
commit ddad38b4a3
211 changed files with 7517 additions and 250 deletions

View File

@@ -456,7 +456,7 @@ build_info:
output: "target/executable/multiqc"
executable: "target/executable/multiqc/multiqc"
viash_version: "0.9.0-RC7"
git_commit: "da3272d0118227ee788cd93b222201f557729397"
git_commit: "e6627ec728761fe63fe75b0a10ba51da2bccec21"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -637,9 +637,9 @@ RUN multiqc --version | sed 's/multiqc, version\s\(.*\)/multiqc: "\1"/' > /var/s
LABEL org.opencontainers.image.authors="Dorien Roosen"
LABEL org.opencontainers.image.description="Companion container for running component multiqc"
LABEL org.opencontainers.image.created="2024-09-02T13:28:23Z"
LABEL org.opencontainers.image.created="2024-09-03T08:58:49Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
LABEL org.opencontainers.image.revision="da3272d0118227ee788cd93b222201f557729397"
LABEL org.opencontainers.image.revision="e6627ec728761fe63fe75b0a10ba51da2bccec21"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER