Build branch main with version main (8f9353f)
Build pipeline: viash-hub.craftbox.main-w5ngd
Source commit: 8f9353f15e
Source message: add documentation and bump viash (#9)
This commit is contained in:
@@ -64,6 +64,7 @@ resources:
|
||||
- type: "bash_script"
|
||||
path: "script.sh"
|
||||
is_executable: true
|
||||
summary: "Concatenate a number of text files"
|
||||
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"
|
||||
@@ -76,6 +77,9 @@ info:
|
||||
\ of zipped and plain input files\n 2. Allow to specify a compression algorithm\
|
||||
\ for the output\n"
|
||||
status: "enabled"
|
||||
scope:
|
||||
image: "public"
|
||||
target: "public"
|
||||
requirements:
|
||||
commands:
|
||||
- "ps"
|
||||
@@ -170,16 +174,16 @@ build_info:
|
||||
engine: "docker|native"
|
||||
output: "target/nextflow/concat_text"
|
||||
executable: "target/nextflow/concat_text/main.nf"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "3c8413009764e3a6839e3e8b038857caf7047593"
|
||||
viash_version: "0.9.3"
|
||||
git_commit: "8f9353f15e4d6952eca57e896f962a60b42b0a3c"
|
||||
git_remote: "https://github.com/viash-hub/craftbox"
|
||||
git_tag: "v0.1.0-3-g3c84130"
|
||||
git_tag: "v0.1.0-4-g8f9353f"
|
||||
package_config:
|
||||
name: "craftbox"
|
||||
version: "main"
|
||||
description: "A collection of custom-tailored scripts and applied tools.\n"
|
||||
info: null
|
||||
viash_version: "0.9.0"
|
||||
viash_version: "0.9.3"
|
||||
source: "src"
|
||||
target: "target"
|
||||
config_mods:
|
||||
|
||||
Reference in New Issue
Block a user