Files
demultiplex/nextflow.config
CI b34b553723 Build branch demultiplex/v0.7 with version v0.7.0 to demultiplex on branch v0.7 (0b9f2f5)
Build pipeline: viash-hub.demultiplex.v0.7.0-9cxfc

Source commit: 0b9f2f55af

Source message: Bump version to v0.7.0
2025-11-21 13:29:59 +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 ]
}
}