Build branch concat_text with version concat_text (5b88b9d)

Build pipeline: viash-hub.craftbox.concat-text-w7mdh

Source commit: 5b88b9d8e6

Source message: Update src/concat_text/config.vsh.yaml

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
CI
2024-07-23 12:05:23 +00:00
parent f70e81db0a
commit f014f08cec
15 changed files with 22 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ resources:
- type: "bash_script"
path: "script.sh"
is_executable: true
description: "concatenate a number of text files, handle gzipped text files gracefully\
description: "Concatenate a number of text files, handle gzipped text files gracefully\
\ and\noptionally gzip the output text file.\n\nThis component is useful for concatening\
\ fastq files from different lanes, for instance.\n"
test_resources:
@@ -142,7 +142,7 @@ build_info:
output: "target/executable/concat_text"
executable: "target/executable/concat_text/concat_text"
viash_version: "0.9.0-RC6"
git_commit: "b4f8c24010979890209908968ff870c97d98bfa2"
git_commit: "5b88b9d8e604ea154a1e952c48a93a203547c18c"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -173,7 +173,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"
function ViashHelp {
echo "concat_text concat_text"
echo ""
echo "concatenate a number of text files, handle gzipped text files gracefully and"
echo "Concatenate a number of text files, handle gzipped text files gracefully and"
echo "optionally gzip the output text file."
echo ""
echo "This component is useful for concatening fastq files from different lanes, for"
@@ -473,9 +473,9 @@ ENTRYPOINT []
RUN apk add --no-cache bash procps file
LABEL org.opencontainers.image.description="Companion container for running component concat_text"
LABEL org.opencontainers.image.created="2024-07-23T10:22:01Z"
LABEL org.opencontainers.image.created="2024-07-23T11:57:34Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="b4f8c24010979890209908968ff870c97d98bfa2"
LABEL org.opencontainers.image.revision="5b88b9d8e604ea154a1e952c48a93a203547c18c"
LABEL org.opencontainers.image.version="concat_text"
VIASHDOCKER