Build branch main with version main (38f635a)
Build pipeline: viash-hub.biobox.main-dz9k8
Source commit: 38f635ad57
Source message: Add agat convert genscan2gff (#100)
* add config
* add help
* add test data and expected output adn the script to obtain them
* add running script
* add test script
* update changelog
* cleanup
* fix tests
* format description
* remove unused argument --inflate-off
* update --config description
* add requirements
* create temporary directory and clean up on exit
* add GENSCAN in keywords
* add set -e to test
* fix create temporary directory
* add set -eo pipefail to test
* add set -eo pipefail to script
* fix create temporary directory
* update --config description
* cleanup changelog
* cleanup changelog
* Update deprecated variable
---------
Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
This commit is contained in:
@@ -455,15 +455,16 @@ build_info:
|
||||
engine: "docker|native"
|
||||
output: "target/executable/multiqc"
|
||||
executable: "target/executable/multiqc/multiqc"
|
||||
viash_version: "0.9.0-RC7"
|
||||
git_commit: "124d50ce5318b612e4a1e4da1be705523cd6eab7"
|
||||
git_remote: "https://x-access-token:ghs_royCfknE2TdPwJPOM1bW31Qho8HPrM4SPutG@github.com/viash-hub/biobox"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "38f635ad57ef05550bba3a0864c81627f84f5ad2"
|
||||
git_remote: "https://x-access-token:ghs_wFnCgH6LWyegjU3sAMvKhUKRQxXHxx2DXwds@github.com/viash-hub/biobox"
|
||||
git_tag: "v0.2.0-2-g38f635a"
|
||||
package_config:
|
||||
name: "biobox"
|
||||
version: "main"
|
||||
description: "A collection of bioinformatics tools for working with sequence data.\n"
|
||||
info: null
|
||||
viash_version: "0.9.0-RC7"
|
||||
viash_version: "0.9.0"
|
||||
source: "src"
|
||||
target: "target"
|
||||
config_mods:
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
# multiqc main
|
||||
#
|
||||
# This wrapper script is auto-generated by viash 0.9.0-RC7 and is thus a
|
||||
# derivative work thereof. This software comes with ABSOLUTELY NO WARRANTY from
|
||||
# Data Intuitive.
|
||||
# This wrapper script is auto-generated by viash 0.9.0 and is thus a derivative
|
||||
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
|
||||
# Intuitive.
|
||||
#
|
||||
# The component may contain files which fall under a different license. The
|
||||
# authors of this component should specify the license in the header of such
|
||||
@@ -637,9 +637,9 @@ RUN multiqc --version | sed 's/multiqc, version\s\(.*\)/multiqc: "\1"/' > /var/s
|
||||
|
||||
LABEL org.opencontainers.image.authors="Dorien Roosen"
|
||||
LABEL org.opencontainers.image.description="Companion container for running component multiqc"
|
||||
LABEL org.opencontainers.image.created="2024-09-16T07:55:20Z"
|
||||
LABEL org.opencontainers.image.created="2024-09-17T06:47:38Z"
|
||||
LABEL org.opencontainers.image.source="https://github.com/viash-hub/biobox"
|
||||
LABEL org.opencontainers.image.revision="124d50ce5318b612e4a1e4da1be705523cd6eab7"
|
||||
LABEL org.opencontainers.image.revision="38f635ad57ef05550bba3a0864c81627f84f5ad2"
|
||||
LABEL org.opencontainers.image.version="main"
|
||||
|
||||
VIASHDOCKER
|
||||
|
||||
Reference in New Issue
Block a user