Files
htrnaseq/nextflow.config
CI 2f356b8230 Build branch prepare_release_0_8_1 with version prepare_release_0_8_1 (e7492d5)
Build pipeline: viash-hub.htrnaseq.prepare-release-0-8-1-bsv4p

Source commit: e7492d57f9

Source message: Update README for 0.8.1
2025-05-16 09:58:13 +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 ]
}
}