Files
demultiplex/nextflow.config
CI 1010b49b40 Build branch copycomplete_check with version copycomplete_check (d1416b5)
Build pipeline: viash-hub.demultiplex.copycomplete-check-rc2hv

Source commit: d1416b59c4

Source message: Add check for the precense of a 'CopyComplete.txt' file
2025-01-10 14:57:18 +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 ]
}
}