Files
demultiplex/nextflow.config
CI 77b709a2bc Build branch v0.4 with version v0.4.0 (d331781)
Build pipeline: viash-hub.demultiplex.v0.4-fnr8j

Source commit: d331781d1a

Source message: Bump version to v0.4.0
2025-05-28 11:30:52 +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 ]
}
}