Files
demultiplex/nextflow.config
CI cfc052494d Build branch bump_viash_0_9_3 with version bump_viash_0_9_3 (320b61e)
Build pipeline: viash-hub.demultiplex.bump-viash-0-9-3-587d9

Source commit: 320b61ec80

Source message: Add CHANGELOG
2025-04-22 11:46:36 +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 ]
}
}