Files
htrnaseq/nextflow.config
CI 228364274a Build branch fix/empty with version fix-empty (3b873b6)
Build pipeline: viash-hub.htrnaseq.fix-empty-p2njn

Source commit: 3b873b622f

Source message: Fix missing test file from config
2025-02-17 08:25:38 +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 ]
}
}