Build branch v0.10 with version v0.10.0 (fbce320)

Build pipeline: viash-hub.htrnaseq.v0.10-d558l

Source commit: fbce320e5d

Source message: Bump version to v0.10
This commit is contained in:
CI
2025-08-18 12:22:14 +00:00
commit 461e34d5ac
298 changed files with 136556 additions and 0 deletions

12
nextflow.config Normal file
View File

@@ -0,0 +1,12 @@
manifest {
homePage = 'https://github.com/viash-hub/htrnaseq'
description = 'HT-RNAseq pipeline'
mainScript = 'target/nextflow/workflows/htrnaseq/main.nf'
}
process {
withName: publishStatesProc {
publishDir = [ enabled: false ]
}
}