Files
demultiplex/nextflow.config
CI 73c077fd82 Build branch main with version main (64a371e)
Build pipeline: viash-hub.demultiplex.main-lcwkk

Source commit: 64a371e168

Source message: Update CHANGELOG for 0.2.0 (#25)
2024-12-11 09:03:18 +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 ]
}
}