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:
@@ -1,6 +1,6 @@
|
||||
name: concat_text
|
||||
description: |
|
||||
concatenate a number of text files, handle gzipped text files gracefully and
|
||||
Concatenate a number of text files, handle gzipped text files gracefully and
|
||||
optionally gzip the output text file.
|
||||
|
||||
This component is useful for concatening fastq files from different lanes, for instance.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -222,7 +222,7 @@ build_info:
|
||||
output: "target/executable/csv2fasta"
|
||||
executable: "target/executable/csv2fasta/csv2fasta"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "b4f8c24010979890209908968ff870c97d98bfa2"
|
||||
git_commit: "5b88b9d8e604ea154a1e952c48a93a203547c18c"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
|
||||
@@ -524,9 +524,9 @@ RUN pip install --upgrade pip && \
|
||||
pip install --upgrade --no-cache-dir "dnaio"
|
||||
|
||||
LABEL org.opencontainers.image.description="Companion container for running component csv2fasta"
|
||||
LABEL org.opencontainers.image.created="2024-07-23T10:22:00Z"
|
||||
LABEL org.opencontainers.image.created="2024-07-23T11:57:33Z"
|
||||
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
|
||||
|
||||
@@ -147,7 +147,7 @@ build_info:
|
||||
output: "target/executable/untar"
|
||||
executable: "target/executable/untar/untar"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "b4f8c24010979890209908968ff870c97d98bfa2"
|
||||
git_commit: "5b88b9d8e604ea154a1e952c48a93a203547c18c"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
|
||||
@@ -475,9 +475,9 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
LABEL org.opencontainers.image.description="Companion container for running component untar"
|
||||
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
|
||||
|
||||
@@ -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/nextflow/concat_text"
|
||||
executable: "target/nextflow/concat_text/main.nf"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "b4f8c24010979890209908968ff870c97d98bfa2"
|
||||
git_commit: "5b88b9d8e604ea154a1e952c48a93a203547c18c"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
|
||||
@@ -2833,7 +2833,7 @@ meta = [
|
||||
"is_executable" : true
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"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" : [
|
||||
{
|
||||
"type" : "bash_script",
|
||||
@@ -2955,7 +2955,7 @@ meta = [
|
||||
"engine" : "docker|native",
|
||||
"output" : "target/nextflow/concat_text",
|
||||
"viash_version" : "0.9.0-RC6",
|
||||
"git_commit" : "b4f8c24010979890209908968ff870c97d98bfa2",
|
||||
"git_commit" : "5b88b9d8e604ea154a1e952c48a93a203547c18c",
|
||||
"git_remote" : "https://github.com/viash-hub/craftbox"
|
||||
},
|
||||
"package_config" : {
|
||||
|
||||
@@ -3,7 +3,7 @@ manifest {
|
||||
mainScript = 'main.nf'
|
||||
nextflowVersion = '!>=20.12.1-edge'
|
||||
version = 'concat_text'
|
||||
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'
|
||||
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'
|
||||
}
|
||||
|
||||
process.container = 'nextflow/bash:latest'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"title": "concat_text",
|
||||
"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",
|
||||
"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",
|
||||
"type": "object",
|
||||
"definitions": {
|
||||
|
||||
|
||||
@@ -222,7 +222,7 @@ build_info:
|
||||
output: "target/nextflow/csv2fasta"
|
||||
executable: "target/nextflow/csv2fasta/main.nf"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "b4f8c24010979890209908968ff870c97d98bfa2"
|
||||
git_commit: "5b88b9d8e604ea154a1e952c48a93a203547c18c"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
|
||||
@@ -3041,7 +3041,7 @@ meta = [
|
||||
"engine" : "docker|native",
|
||||
"output" : "target/nextflow/csv2fasta",
|
||||
"viash_version" : "0.9.0-RC6",
|
||||
"git_commit" : "b4f8c24010979890209908968ff870c97d98bfa2",
|
||||
"git_commit" : "5b88b9d8e604ea154a1e952c48a93a203547c18c",
|
||||
"git_remote" : "https://github.com/viash-hub/craftbox"
|
||||
},
|
||||
"package_config" : {
|
||||
|
||||
@@ -147,7 +147,7 @@ build_info:
|
||||
output: "target/nextflow/untar"
|
||||
executable: "target/nextflow/untar/main.nf"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "b4f8c24010979890209908968ff870c97d98bfa2"
|
||||
git_commit: "5b88b9d8e604ea154a1e952c48a93a203547c18c"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
|
||||
@@ -2962,7 +2962,7 @@ meta = [
|
||||
"engine" : "docker|native",
|
||||
"output" : "target/nextflow/untar",
|
||||
"viash_version" : "0.9.0-RC6",
|
||||
"git_commit" : "b4f8c24010979890209908968ff870c97d98bfa2",
|
||||
"git_commit" : "5b88b9d8e604ea154a1e952c48a93a203547c18c",
|
||||
"git_remote" : "https://github.com/viash-hub/craftbox"
|
||||
},
|
||||
"package_config" : {
|
||||
|
||||
Reference in New Issue
Block a user