Files
htrnaseq/nextflow.config
CI 9b2ecfba86 Build branch fix_lane_concatenation with version fix_lane_concatenation (01da987)
Build pipeline: viash-hub.htrnaseq.fix-lane-concatenation-zdkb7

Source commit: 01da9874c4

Source message: Trigger CI
2025-08-18 08:22:03 +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 ]
}
}