Build branch main with version main (b3fcd52)
Build pipeline: viash-hub.biobox.main-8bbc7
Source commit: b3fcd52f20
Source message: Fix multiple components (#162)
* output index when only_build_index is true
* fix threads option
* fix argument type and add log
* fix output handling
* fix output arguments and update docker image
* fix log2stderr argument and remove discard reads option
* remove echo
* update bbsplit build index test
* add workdir
* apply suggestions from code review
* accept more than two reference files
* update changelog
* update changelog
* remove indentation
* minor fixes
* fix descriptions
---------
Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
This commit is contained in:
@@ -173,9 +173,9 @@ build_info:
|
||||
output: "target/executable/seqtk/seqtk_sample"
|
||||
executable: "target/executable/seqtk/seqtk_sample/seqtk_sample"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "06005a79b49911f1197ccfddf066fc566d5b1def"
|
||||
git_remote: "https://x-access-token:ghs_s2VchCFPnGFkJ2bOWXBcoeam5dPxgi4UR0W2@github.com/viash-hub/biobox"
|
||||
git_tag: "v0.2.0-22-g06005a7"
|
||||
git_commit: "b3fcd52f2039056907160baf85fd84ac9c5b96be"
|
||||
git_remote: "https://x-access-token:ghs_ZC0rzL9dZoRAoQQFaSrx6tuZSkKgI83FPAmh@github.com/viash-hub/biobox"
|
||||
git_tag: "v0.2.0-23-gb3fcd52"
|
||||
package_config:
|
||||
name: "biobox"
|
||||
version: "main"
|
||||
|
||||
@@ -481,9 +481,9 @@ FROM quay.io/biocontainers/seqtk:1.4--he4a0461_2
|
||||
ENTRYPOINT []
|
||||
LABEL org.opencontainers.image.authors="Jakub Majercik"
|
||||
LABEL org.opencontainers.image.description="Companion container for running component seqtk seqtk_sample"
|
||||
LABEL org.opencontainers.image.created="2024-11-02T09:32:15Z"
|
||||
LABEL org.opencontainers.image.created="2024-11-08T09:17:35Z"
|
||||
LABEL org.opencontainers.image.source="https://github.com/lh3/seqtk/tree/v1.4"
|
||||
LABEL org.opencontainers.image.revision="06005a79b49911f1197ccfddf066fc566d5b1def"
|
||||
LABEL org.opencontainers.image.revision="b3fcd52f2039056907160baf85fd84ac9c5b96be"
|
||||
LABEL org.opencontainers.image.version="main"
|
||||
|
||||
VIASHDOCKER
|
||||
|
||||
Reference in New Issue
Block a user