Files
htrnaseq/nextflow.config
CI 0ef96cf73c Build branch bump_viash_0_9_4 with version bump_viash_0_9_4 (43944cd)
Build pipeline: viash-hub.htrnaseq.bump-viash-0-9-4-kvprw

Source commit: 43944cd767

Source message: Merge remote-tracking branch 'origin/main' into bump_viash_0_9_4
2025-04-29 12:14:31 +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 ]
}
}