Files
demultiplex/nextflow.config
CI 6e64b632f5 Build branch parallel_falco with version parallel_falco (d699bf6)
Build pipeline: viash-hub.demultiplex.parallel-falco-f9wrr

Source commit: d699bf6de1

Source message: Update CHANGELOG
2024-12-21 08:15:33 +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 ]
}
}