Build branch v0.1 with version v0.1.0 (b84b297)

Build pipeline: viash-hub.biobox.v0.1-8mh8l

Source commit: b84b29747d

Source message: Bump version to v0.1.0
This commit is contained in:
CI
2024-06-24 09:29:14 +00:00
parent 56a195f1bb
commit 7645430e58
168 changed files with 19904 additions and 2168 deletions

View File

@@ -1,6 +1,6 @@
name: "samtools_sort"
namespace: "samtools"
version: "v0.1"
version: "v0.1.0"
argument_groups:
- name: "Inputs"
arguments:
@@ -300,7 +300,7 @@ engines:
id: "docker"
image: "quay.io/biocontainers/samtools:1.19.2--h50ea8bc_1"
target_registry: "images.viash-hub.com"
target_tag: "v0.1"
target_tag: "v0.1.0"
namespace_separator: "/"
setup:
- type: "docker"
@@ -318,11 +318,11 @@ build_info:
output: "target/nextflow/samtools/samtools_sort"
executable: "target/nextflow/samtools/samtools_sort/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "d97e3156feb1839752aa080bfbe8a2153489dfd6"
git_commit: "b84b29747d0635f2ac83ea63b496be9a9edb6724"
git_remote: "https://github.com/viash-hub/biobox"
package_config:
name: "biobox"
version: "v0.1"
version: "v0.1.0"
description: "A collection of bioinformatics tools for working with sequence data.\n"
info: null
viash_version: "0.9.0-RC6"
@@ -332,16 +332,13 @@ package_config:
- ".requirements.commands := ['ps']\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'"
keywords:
- "bioinformatics"
- "sequence"
- "alignment"
- "variant calling"
- "dna"
- "rna"
- "modules"
- "sequencing"
license: "MIT"
organization: "vsh"
links:
repository: "https://github.com/viash-hub/biobbox"
repository: "https://github.com/viash-hub/biobox"
issue_tracker: "https://github.com/viash-hub/biobox/issues"

View File

@@ -1,4 +1,4 @@
// samtools_sort v0.1
// samtools_sort v0.1.0
//
// This wrapper script is auto-generated by viash 0.9.0-RC6 and is thus a
// derivative work thereof. This software comes with ABSOLUTELY NO WARRANTY from
@@ -2780,7 +2780,7 @@ meta = [
"config": processConfig(readJsonBlob('''{
"name" : "samtools_sort",
"namespace" : "samtools",
"version" : "v0.1",
"version" : "v0.1.0",
"argument_groups" : [
{
"name" : "Inputs",
@@ -3151,7 +3151,7 @@ meta = [
"id" : "docker",
"image" : "quay.io/biocontainers/samtools:1.19.2--h50ea8bc_1",
"target_registry" : "images.viash-hub.com",
"target_tag" : "v0.1",
"target_tag" : "v0.1.0",
"namespace_separator" : "/",
"setup" : [
{
@@ -3173,12 +3173,12 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/samtools/samtools_sort",
"viash_version" : "0.9.0-RC6",
"git_commit" : "d97e3156feb1839752aa080bfbe8a2153489dfd6",
"git_commit" : "b84b29747d0635f2ac83ea63b496be9a9edb6724",
"git_remote" : "https://github.com/viash-hub/biobox"
},
"package_config" : {
"name" : "biobox",
"version" : "v0.1",
"version" : "v0.1.0",
"description" : "A collection of bioinformatics tools for working with sequence data.\n",
"viash_version" : "0.9.0-RC6",
"source" : "src",
@@ -3187,20 +3187,17 @@ meta = [
".requirements.commands := ['ps']\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'"
],
"keywords" : [
"bioinformatics",
"sequence",
"alignment",
"variant calling",
"dna",
"rna"
"modules",
"sequencing"
],
"license" : "MIT",
"organization" : "vsh",
"links" : {
"repository" : "https://github.com/viash-hub/biobbox",
"repository" : "https://github.com/viash-hub/biobox",
"issue_tracker" : "https://github.com/viash-hub/biobox/issues"
}
}
@@ -3656,7 +3653,7 @@ meta["defaults"] = [
"container" : {
"registry" : "images.viash-hub.com",
"image" : "vsh/biobox/samtools/samtools_sort",
"tag" : "v0.1"
"tag" : "v0.1.0"
},
"tag" : "$id"
}'''),

View File

@@ -2,7 +2,7 @@ manifest {
name = 'samtools/samtools_sort'
mainScript = 'main.nf'
nextflowVersion = '!>=20.12.1-edge'
version = 'v0.1'
version = 'v0.1.0'
description = 'Sort SAM/BAM/CRAM file.'
}