Files
htrnaseq/nextflow.config
CI b43c6ee280 Build branch update-readme with version update-readme (db4b3f6)
Build pipeline: viash-hub.htrnaseq.update-readme-km2t9

Source commit: db4b3f68b2

Source message: Typos
2025-05-02 16:58:40 +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 ]
}
}