Files
htrnaseq/nextflow.config
CI f409617d7f Build branch runner_multiple_input_directories with version runner_multiple_input_directories (a2b2f95)
Build pipeline: viash-hub.htrnaseq.runner-multiple-input-directories-q647z

Source commit: a2b2f95917

Source message: Add resource labels back to well mapping
2025-02-11 12:55:43 +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 ]
}
}