Build branch qualimap with version qualimap (28cd122)

Build pipeline: viash-hub.biobox.qualimap-6tqq7

Source commit: 28cd122935

Source message: Merge branch 'main' into qualimap
This commit is contained in:
CI
2024-07-29 15:00:07 +00:00
parent fbfdc19532
commit aa043fdc19
283 changed files with 42125 additions and 3915 deletions

View File

@@ -1,5 +1,19 @@
name: "multiqc"
version: "qualimap"
authors:
- name: "Dorien Roosen"
roles:
- "author"
- "maintainer"
info:
links:
email: "dorien@data-intuitive.com"
github: "dorien-er"
linkedin: "dorien-roosen"
organizations:
- name: "Data Intuitive"
href: "https://www.data-intuitive.com"
role: "Data Scientist"
argument_groups:
- name: "Input"
arguments:
@@ -442,7 +456,7 @@ build_info:
output: "target/executable/multiqc"
executable: "target/executable/multiqc/multiqc"
viash_version: "0.9.0-RC6"
git_commit: "e6420cd80f226128b7223ff79ce1297f99993657"
git_commit: "28cd12293505544b3e09ff6343e4724dedb772d3"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"

View File

@@ -10,6 +10,9 @@
# authors of this component should specify the license in the header of such
# files, or include a separate license file detailing the licenses of all included
# files.
#
# Component authors:
# * Dorien Roosen (author, maintainer)
set -e
@@ -631,10 +634,11 @@ FROM quay.io/biocontainers/multiqc:1.21--pyhdfd78af_0
ENTRYPOINT []
RUN multiqc --version | sed 's/multiqc, version\s\(.*\)/multiqc: "\1"/' > /var/software_versions.txt
LABEL org.opencontainers.image.authors="Dorien Roosen"
LABEL org.opencontainers.image.description="Companion container for running component multiqc"
LABEL org.opencontainers.image.created="2024-07-29T14:42:19Z"
LABEL org.opencontainers.image.created="2024-07-29T14:45:25Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
LABEL org.opencontainers.image.revision="e6420cd80f226128b7223ff79ce1297f99993657"
LABEL org.opencontainers.image.revision="28cd12293505544b3e09ff6343e4724dedb772d3"
LABEL org.opencontainers.image.version="qualimap"
VIASHDOCKER