Files
demultiplex/nextflow.config
CI abdda5fcc7 Build branch license_readme with version license_readme (79356cf)
Build pipeline: viash-hub.demultiplex.license-readme-m2j4t

Source commit: 79356cf14f

Source message: Add LICENSE and README
2025-02-28 12:37:36 +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 ]
}
}