Files
demultiplex/nextflow.config
CI 9868bb9100 Build branch return-output-from-runner with version return-output-from-runner (d853b21)
Build pipeline: viash-hub.demultiplex.return-output-from-runner-rmgjr

Source commit: d853b212d5

Source message: Fix state
2025-07-28 12:22:01 +00:00

13 lines
270 B
Plaintext

manifest {
homePage = 'https://github.com/viash-hub/demultiplex'
description = 'Demultiplexing pipeline for sequencing data'
mainScript = 'target/nextflow/demultiplex/main.nf'
}
process {
withName: publishStatesProc {
publishDir = [ enabled: false ]
}
}