Files
htrnaseq/nextflow.config
CI c27267ad00 Build branch htrnaseq/v0.14 with version v0.14.0 to htrnaseq on branch v0.14 (eeda989)
Build pipeline: viash-hub.htrnaseq.v0.14.0-pk2tm

Source commit: eeda989650

Source message: Bump version to v0.14.0
2025-11-17 12:51:18 +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 ]
}
}