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:
@@ -1,6 +1,20 @@
|
||||
name: "samtools_index"
|
||||
namespace: "samtools"
|
||||
version: "qualimap"
|
||||
authors:
|
||||
- name: "Emma Rousseau"
|
||||
roles:
|
||||
- "author"
|
||||
- "maintainer"
|
||||
info:
|
||||
links:
|
||||
email: "emma@data-intuitive.com"
|
||||
github: "emmarousseau"
|
||||
linkedin: "emmarousseau1"
|
||||
organizations:
|
||||
- name: "Data Intuitive"
|
||||
href: "https://www.data-intuitive.com"
|
||||
role: "Bioinformatician"
|
||||
argument_groups:
|
||||
- name: "Inputs"
|
||||
arguments:
|
||||
@@ -175,7 +189,7 @@ build_info:
|
||||
output: "target/executable/samtools/samtools_index"
|
||||
executable: "target/executable/samtools/samtools_index/samtools_index"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "e6420cd80f226128b7223ff79ce1297f99993657"
|
||||
git_commit: "28cd12293505544b3e09ff6343e4724dedb772d3"
|
||||
git_remote: "https://github.com/viash-hub/biobox"
|
||||
package_config:
|
||||
name: "biobox"
|
||||
|
||||
@@ -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:
|
||||
# * Emma Rousseau (author, maintainer)
|
||||
|
||||
set -e
|
||||
|
||||
@@ -479,10 +482,11 @@ ENTRYPOINT []
|
||||
RUN samtools --version 2>&1 | grep -E '^(samtools|Using htslib)' | \
|
||||
sed 's#Using ##;s# \([0-9\.]*\)$#: \1#' > /var/software_versions.txt
|
||||
|
||||
LABEL org.opencontainers.image.authors="Emma Rousseau"
|
||||
LABEL org.opencontainers.image.description="Companion container for running component samtools samtools_index"
|
||||
LABEL org.opencontainers.image.created="2024-07-29T14:42:26Z"
|
||||
LABEL org.opencontainers.image.created="2024-07-29T14:45:34Z"
|
||||
LABEL org.opencontainers.image.source="https://github.com/samtools/samtools"
|
||||
LABEL org.opencontainers.image.revision="e6420cd80f226128b7223ff79ce1297f99993657"
|
||||
LABEL org.opencontainers.image.revision="28cd12293505544b3e09ff6343e4724dedb772d3"
|
||||
LABEL org.opencontainers.image.version="qualimap"
|
||||
|
||||
VIASHDOCKER
|
||||
|
||||
Reference in New Issue
Block a user