Build pipeline: viash-hub.demultiplex.update-biobox-mln6w
Source commit: 4076dacab7
Source message: Bump biobox to v0.4.0
13 lines
270 B
Plaintext
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 ]
|
|
}
|
|
}
|
|
|