2024-06-24 12:48:53 +00:00
|
|
|
manifest {
|
2024-12-11 09:03:18 +00:00
|
|
|
homePage = 'https://github.com/viash-hub/demultiplex'
|
|
|
|
|
description = 'Demultiplexing pipeline for sequencing data'
|
|
|
|
|
mainScript = 'target/nextflow/demultiplex/main.nf'
|
2024-06-24 12:48:53 +00:00
|
|
|
}
|
2024-12-11 09:03:18 +00:00
|
|
|
|
|
|
|
|
process {
|
|
|
|
|
withName: publishStatesProc {
|
|
|
|
|
publishDir = [ enabled: false ]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|