Files
demultiplex/nextflow.config
CI 64feac33bb Build branch demultiplex/v0.5 with version v0.5.0 to demultiplex on branch v0.5 (c516993)
Build pipeline: viash-hub.demultiplex.v0.5-gfkt4

Source commit: c516993b85

Source message: Bump version to v0.5.0
2025-09-03 13:23:47 +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 ]
}
}