Files
htrnaseq/nextflow.config
CI 43aaf59ad7 Build branch v0.7.0 with version v0.7.0 (a5d357e)
Build pipeline: viash-hub.htrnaseq.v0.7.0-vvgml

Source commit: a5d357e1c0

Source message: Bump version to v0.7.0
2025-03-27 13:13:49 +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 ]
}
}