Build branch main with version main (d70fdf2)

Build pipeline: viash-hub.htrnaseq.main-66qr4

Source commit: d70fdf2a6f

Source message: Fix processing multiple lanes. (#67)
This commit is contained in:
CI
2025-08-18 11:34:46 +00:00
parent e24f1ffc55
commit b51996294b
110 changed files with 4685 additions and 306 deletions

View File

@@ -285,9 +285,9 @@ build_info:
output: "target/nextflow/parallel_map"
executable: "target/nextflow/parallel_map/main.nf"
viash_version: "0.9.4"
git_commit: "60df288f92681734080e2accc0978a38b2a4bee4"
git_commit: "d70fdf2a6f13819db25bfe0ac9ddb14d0aa5c247"
git_remote: "https://github.com/viash-hub/htrnaseq"
git_tag: "v0.7.2-13-g60df288"
git_tag: "v0.7.2-14-gd70fdf2"
package_config:
name: "htrnaseq"
version: "main"
@@ -310,7 +310,7 @@ package_config:
\ first.\n"
info:
test_resources:
- path: "gs://viash-hub-resources/htrnaseq/v1"
- path: "gs://viash-hub-resources/htrnaseq/v2"
dest: "resources_test"
viash_version: "0.9.4"
source: "src"

View File

@@ -10,7 +10,7 @@ links:
viash_version: 0.9.4
info:
test_resources:
- path: gs://viash-hub-resources/htrnaseq/v1
- path: gs://viash-hub-resources/htrnaseq/v2
dest: resources_test
config_mods: |
.requirements.commands := ['ps']

View File

@@ -3379,9 +3379,9 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/parallel_map",
"viash_version" : "0.9.4",
"git_commit" : "60df288f92681734080e2accc0978a38b2a4bee4",
"git_commit" : "d70fdf2a6f13819db25bfe0ac9ddb14d0aa5c247",
"git_remote" : "https://github.com/viash-hub/htrnaseq",
"git_tag" : "v0.7.2-13-g60df288"
"git_tag" : "v0.7.2-14-gd70fdf2"
},
"package_config" : {
"name" : "htrnaseq",
@@ -3391,7 +3391,7 @@ meta = [
"info" : {
"test_resources" : [
{
"path" : "gs://viash-hub-resources/htrnaseq/v1",
"path" : "gs://viash-hub-resources/htrnaseq/v2",
"dest" : "resources_test"
}
]