Build branch main with version main (cf97972)

Build pipeline: viash-hub.htrnaseq.main-6f8s8

Source commit: cf9797232d

Source message: WIP: add component to parse STAR logs (#7)

* WIP: add component to parse STAR logs

* Add tests and logging
This commit is contained in:
CI
2024-09-17 09:02:15 +00:00
parent bde35f120c
commit b8abf8c490
37 changed files with 6473 additions and 40 deletions

View File

@@ -236,8 +236,8 @@ build_info:
output: "target/nextflow/parallel_map"
executable: "target/nextflow/parallel_map/main.nf"
viash_version: "0.9.0-RC7"
git_commit: "b98f6367d672368af134843711a46d3b53717187"
git_remote: "https://github.com/viash-hub/htrnaseq"
git_commit: "cf9797232db1306bfd5696287928cababe317d99"
git_remote: "https://x-access-token:ghs_KjB7pWu8DQM3iFulLu7RI06qnt5K8S1A0eaE@github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"
version: "main"

View File

@@ -3087,8 +3087,8 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/parallel_map",
"viash_version" : "0.9.0-RC7",
"git_commit" : "b98f6367d672368af134843711a46d3b53717187",
"git_remote" : "https://github.com/viash-hub/htrnaseq"
"git_commit" : "cf9797232db1306bfd5696287928cababe317d99",
"git_remote" : "https://x-access-token:ghs_KjB7pWu8DQM3iFulLu7RI06qnt5K8S1A0eaE@github.com/viash-hub/htrnaseq"
},
"package_config" : {
"name" : "htrnaseq",