Build branch v0.1 with version v0.1.0 (ed1f695)
Build pipeline: viash-hub.rnaseq.v0.1-bs99g
Source commit: ed1f6955d0
Source message: Bump version to v0.1.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: "bbmap_bbsplit"
|
||||
version: "v0.1"
|
||||
version: "v0.1.0"
|
||||
argument_groups:
|
||||
- name: "Input"
|
||||
arguments:
|
||||
@@ -219,7 +219,7 @@ engines:
|
||||
id: "docker"
|
||||
image: "ubuntu:22.04"
|
||||
target_registry: "images.viash-hub.com"
|
||||
target_tag: "v0.1"
|
||||
target_tag: "v0.1.0"
|
||||
namespace_separator: "/"
|
||||
setup:
|
||||
- type: "docker"
|
||||
@@ -238,10 +238,10 @@ build_info:
|
||||
output: "target/executable/bbmap_bbsplit"
|
||||
executable: "target/executable/bbmap_bbsplit/bbmap_bbsplit"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "fd0354dae813d953b107e8fa856f3cd4e7939f2b"
|
||||
git_remote: "https://x-access-token:ghs_uEvoQGzqSMA9DB5p54qDCLqLtMHR6W1wWY8K@github.com/viash-hub/rnaseq"
|
||||
git_commit: "ed1f6955d07b7dc1f4a606fc35a1176f7d70a6fa"
|
||||
git_remote: "https://x-access-token:ghs_tXtyBoqiv8A2hCsnUFe4lEgzrzh9764dBmxo@github.com/viash-hub/rnaseq"
|
||||
package_config:
|
||||
version: "v0.1"
|
||||
version: "v0.1.0"
|
||||
info:
|
||||
test_resources:
|
||||
- path: "gs://viash-hub-test-data/rnaseq/v1"
|
||||
@@ -263,5 +263,5 @@ package_config:
|
||||
\ := '$id'\n"
|
||||
- ".engines += { type: \"native\" }"
|
||||
- ".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'"
|
||||
- ".engines[.type == 'docker'].target_tag := 'v0.1'"
|
||||
- ".engines[.type == 'docker'].target_tag := 'v0.1.0'"
|
||||
organization: "vsh"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# bbmap_bbsplit v0.1
|
||||
# bbmap_bbsplit v0.1.0
|
||||
#
|
||||
# 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
|
||||
@@ -171,7 +171,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"
|
||||
|
||||
# ViashHelp: Display helpful explanation about this executable
|
||||
function ViashHelp {
|
||||
echo "bbmap_bbsplit v0.1"
|
||||
echo "bbmap_bbsplit v0.1.0"
|
||||
echo ""
|
||||
echo "Split sequencing reads by mapping them to multiple references simultaneously."
|
||||
echo ""
|
||||
@@ -506,10 +506,10 @@ tar xzf BBMap_39.01.tar.gz && \
|
||||
cp -r bbmap/* /usr/local/bin
|
||||
|
||||
LABEL org.opencontainers.image.description="Companion container for running component bbmap_bbsplit"
|
||||
LABEL org.opencontainers.image.created="2024-10-04T10:28:14Z"
|
||||
LABEL org.opencontainers.image.source="https://x-access-token/ghs_uEvoQGzqSMA9DB5p54qDCLqLtMHR6W1wWY8K@github.com/viash-hub/rnaseq"
|
||||
LABEL org.opencontainers.image.revision="fd0354dae813d953b107e8fa856f3cd4e7939f2b"
|
||||
LABEL org.opencontainers.image.version="v0.1"
|
||||
LABEL org.opencontainers.image.created="2024-10-04T11:21:39Z"
|
||||
LABEL org.opencontainers.image.source="https://x-access-token/ghs_tXtyBoqiv8A2hCsnUFe4lEgzrzh9764dBmxo@github.com/viash-hub/rnaseq"
|
||||
LABEL org.opencontainers.image.revision="ed1f6955d07b7dc1f4a606fc35a1176f7d70a6fa"
|
||||
LABEL org.opencontainers.image.version="v0.1.0"
|
||||
|
||||
VIASHDOCKER
|
||||
fi
|
||||
@@ -645,7 +645,7 @@ while [[ $# -gt 0 ]]; do
|
||||
shift 1
|
||||
;;
|
||||
--version)
|
||||
echo "bbmap_bbsplit v0.1"
|
||||
echo "bbmap_bbsplit v0.1.0"
|
||||
exit
|
||||
;;
|
||||
--id)
|
||||
@@ -852,7 +852,7 @@ if [[ "$VIASH_ENGINE_TYPE" == "docker" ]]; then
|
||||
|
||||
# determine docker image id
|
||||
if [[ "$VIASH_ENGINE_ID" == 'docker' ]]; then
|
||||
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/bbmap_bbsplit:v0.1'
|
||||
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/bbmap_bbsplit:v0.1.0'
|
||||
fi
|
||||
|
||||
# print dockerfile
|
||||
|
||||
Reference in New Issue
Block a user