Files
demultiplex/nextflow.config
CI f6d898cb00 Build branch outflow with version outflow (4245b40)
Build pipeline: viash-hub.demultiplex.outflow-f8tvg

Source commit: 4245b40c8f

Source message: Fix path to _viash.yaml [no_run_base_tests,no_run_nxf_tests]
2024-12-10 14:58:00 +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 ]
}
}