Files
htrnaseq/nextflow.config
CI 991c615670 Build branch htrnaseq/update_craftbox with version updatecraftbox to htrnaseq on branch updatecraftbox (e6da525)
Build pipeline: viash-hub.htrnaseq.updatecraftbox-zzrhd

Source commit: e6da525fc5

Source message: Merge branch 'main' into update_craftbox
2025-09-02 14:31:15 +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 ]
}
}