Files
demultiplex/nextflow.config
CI 24c77b6fe8 Build branch replace_falco_with_fastqc with version replace_falco_with_fastqc (6e52690)
Build pipeline: viash-hub.demultiplex.replace-falco-with-fastqc-m488k

Source commit: 6e52690e5e

Source message: Fix integration tests
2025-05-27 14:40:31 +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 ]
}
}