Files
demultiplex/nextflow.config
CI b304205f3e Build branch bump_viash_0_9_4 with version bump_viash_0_9_4 (ff10eed)
Build pipeline: viash-hub.demultiplex.bump-viash-0-9-4-d7crj

Source commit: ff10eed854

Source message: Apply suggestions from code review
2025-04-25 12:07:29 +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 ]
}
}