Build branch craftbox/v0.3 with version v0.3.2 to craftbox on branch v0.3 (7d520dc)

Build pipeline: viash-hub.craftbox.v0.3.2-tpktm

Source commit: 7d520dc76c

Source message: Bump version to v0.3.2
This commit is contained in:
CI
2026-03-03 15:18:58 +00:00
parent 6c59599998
commit 4ccb4240e0
39 changed files with 743 additions and 581 deletions

View File

@@ -1,5 +1,5 @@
name: "csv2fasta"
version: "v0.3.1"
version: "v0.3.2"
authors:
- name: "Dries Schaumont"
roles:
@@ -227,7 +227,7 @@ engines:
id: "docker"
image: "python:slim"
target_registry: "images.viash-hub.com"
target_tag: "v0.3.1"
target_tag: "v0.3.2"
namespace_separator: "/"
setup:
- type: "apt"
@@ -256,12 +256,12 @@ build_info:
engine: "docker|native"
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.4"
git_commit: "4acf73e0255554766186f4016986782c0d25c309"
viash_version: "0.9.7"
git_commit: "7d520dc76cb6b3f1eaece9afcc9a3458ca82afe9"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"
version: "v0.3.1"
version: "v0.3.2"
summary: "A collection of custom-tailored scripts and applied utilities built with\
\ Viash.\n"
description: "`craftbox` is a curated collection of custom scripts and utilities\
@@ -277,14 +277,14 @@ package_config:
\ to ensure dependency management and a consistent, reproducible runtime environment.\n\
\ * Unit tested where applicable to ensure components function as expected.\n"
info: null
viash_version: "0.9.4"
viash_version: "0.9.7"
source: "src"
target: "target"
config_mods:
- ".requirements.commands := ['ps']\n"
- ".engines += { type: \"native\" }"
- ".engines[.type == 'docker'].target_registry := 'images.viash-hub.com'"
- ".engines[.type == 'docker'].target_tag := 'v0.3.1'"
- ".engines[.type == 'docker'].target_tag := 'v0.3.2'"
keywords:
- "scripts"
- "custom"

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# csv2fasta v0.3.1
# csv2fasta v0.3.2
#
# This wrapper script is auto-generated by viash 0.9.4 and is thus a derivative
# This wrapper script is auto-generated by viash 0.9.7 and is thus a derivative
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
# Intuitive.
#
@@ -458,10 +458,10 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dries Schaumont, Robrecht Cannoodt"
LABEL org.opencontainers.image.description="Companion container for running component csv2fasta"
LABEL org.opencontainers.image.created="2025-11-20T15:16:24Z"
LABEL org.opencontainers.image.created="2026-03-03T15:11:58Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="4acf73e0255554766186f4016986782c0d25c309"
LABEL org.opencontainers.image.version="v0.3.1"
LABEL org.opencontainers.image.revision="7d520dc76cb6b3f1eaece9afcc9a3458ca82afe9"
LABEL org.opencontainers.image.version="v0.3.2"
VIASHDOCKER
fi
@@ -578,7 +578,7 @@ VIASH_DOCKER_RUN_ARGS=(-i --rm)
# ViashHelp: Display helpful explanation about this executable
function ViashHelp {
echo "csv2fasta v0.3.1"
echo "csv2fasta v0.3.2"
echo ""
echo "Convert two columns from a CSV file to FASTA entries. The CSV file can"
echo "contain an optional header and each row (other than the header) becomes"
@@ -695,7 +695,7 @@ while [[ $# -gt 0 ]]; do
shift 1
;;
--version)
echo "csv2fasta v0.3.1"
echo "csv2fasta v0.3.2"
exit
;;
--input)
@@ -879,7 +879,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/craftbox/csv2fasta:v0.3.1'
VIASH_DOCKER_IMAGE_ID='images.viash-hub.com/vsh/craftbox/csv2fasta:v0.3.2'
fi
# print dockerfile