Build branch main with version main (06005a7)
Build pipeline: viash-hub.biobox.main-s2mvx
Source commit: 06005a79b4
Source message: Add agat convert mfannot2gff (#112)
* add help
* add config
* add run script
* add test data and expected output + script to fetch them
* add test
* update changelog
* cleanup
* create temporary directory and clean up on exit
* add requirements
* update keywords
* update --config description
* add set -eo pipefail to script and test files
* fxi create temporary directory
* cleanup changelog
* cleanup changelog
---------
Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
This commit is contained in:
@@ -410,9 +410,9 @@ build_info:
|
||||
output: "target/executable/bedtools/bedtools_intersect"
|
||||
executable: "target/executable/bedtools/bedtools_intersect/bedtools_intersect"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "aa43543e1fb609901d09b7a9f0c5e72707cb47a4"
|
||||
git_remote: "https://x-access-token:ghs_9v4VhFt3rgNHA8iZY5HYB5rN6bmxTd2UtBuO@github.com/viash-hub/biobox"
|
||||
git_tag: "v0.2.0-20-gaa43543"
|
||||
git_commit: "06005a79b49911f1197ccfddf066fc566d5b1def"
|
||||
git_remote: "https://x-access-token:ghs_s2VchCFPnGFkJ2bOWXBcoeam5dPxgi4UR0W2@github.com/viash-hub/biobox"
|
||||
git_tag: "v0.2.0-22-g06005a7"
|
||||
package_config:
|
||||
name: "biobox"
|
||||
version: "main"
|
||||
|
||||
@@ -633,9 +633,9 @@ RUN echo "bedtools: \"$(bedtools --version | sed -n 's/^bedtools //p')\"" > /var
|
||||
|
||||
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
|
||||
LABEL org.opencontainers.image.description="Companion container for running component bedtools bedtools_intersect"
|
||||
LABEL org.opencontainers.image.created="2024-10-26T18:44:07Z"
|
||||
LABEL org.opencontainers.image.created="2024-11-02T09:32:21Z"
|
||||
LABEL org.opencontainers.image.source="https://github.com/arq5x/bedtools2"
|
||||
LABEL org.opencontainers.image.revision="aa43543e1fb609901d09b7a9f0c5e72707cb47a4"
|
||||
LABEL org.opencontainers.image.revision="06005a79b49911f1197ccfddf066fc566d5b1def"
|
||||
LABEL org.opencontainers.image.version="main"
|
||||
|
||||
VIASHDOCKER
|
||||
|
||||
Reference in New Issue
Block a user