Build branch main with version main (64aad6a)

Build pipeline: viash-hub.rnaseq.main-4gbdz

Source commit: 64aad6a006

Source message: Merge pull request #22 from viash-hub/define_repositories_in_package_config

define dependency repositories once in the package config
This commit is contained in:
CI
2024-09-14 09:49:51 +00:00
parent 92b5a42360
commit 9b29e37466
237 changed files with 3667 additions and 685 deletions

View File

@@ -407,6 +407,10 @@ repositories:
name: "biobox"
repo: "vsh/biobox"
tag: "v0.2.0"
- type: "vsh"
name: "craftbox"
repo: "craftbox"
tag: "v0.1.0"
runners:
- type: "executable"
id: "executable"
@@ -482,8 +486,8 @@ build_info:
output: "target/executable/workflows/post_processing"
executable: "target/executable/workflows/post_processing/post_processing"
viash_version: "0.9.0"
git_commit: "cb9b32883494c48f394213551a82e9103f2e620c"
git_remote: "https://github.com/viash-hub/rnaseq"
git_commit: "64aad6a006818388eceffe024b1701b3eae06bee"
git_remote: "https://x-access-token:ghs_sq8cBpPtIm1wZvLlQUshbKRwwqLLDl0UmbNu@github.com/viash-hub/rnaseq"
dependencies:
- "target/nextflow/picard_markduplicates"
- "target/dependencies/vsh/vsh/biobox/v0.2.0/nextflow/samtools/samtools_sort"
@@ -501,6 +505,15 @@ package_config:
test_resources:
- path: "gs://viash-hub-test-data/rnaseq/v1"
dest: "testData"
repositories:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
tag: "v0.2.0"
- type: "vsh"
name: "craftbox"
repo: "craftbox"
tag: "v0.1.0"
viash_version: "0.9.0"
source: "src"
target: "target"