Files
demultiplex/nextflow.config
CI 61e5894b54 Build branch rework_transfer_complete with version rework_transfer_complete (90a88db)
Build pipeline: viash-hub.demultiplex.rework-transfer-complete-s2fsv

Source commit: 90a88dba6c

Source message: Merge branch 'main' into rework_transfer_complete
2025-08-08 13:38:27 +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 ]
}
}