Files
htrnaseq/nextflow.config
CI 17f8fccf2a Build branch fix_create_report_build with version fix_create_report_build (af02c4b)
Build pipeline: viash-hub.htrnaseq.fix-create-report-build-hgl2d

Source commit: af02c4b8d7

Source message: Update CHANGELOG
2025-04-29 10:17:56 +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 ]
}
}