Files
htrnaseq/nextflow.config
CI ec8b24dbe9 Build branch htrnaseq/v0.13 with version v0.13.0 to htrnaseq on branch v0.13 (3b042da)
Build pipeline: viash-hub.htrnaseq.v0.13.0-6cnmp

Source commit: 3b042dadc8

Source message: Bump version to v0.13.0
2025-11-05 17:02:52 +00:00

13 lines
249 B
Plaintext

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 ]
}
}