Build pipeline: viash-hub.demultiplex.main-lcwkk
Source commit: 64a371e168
Source message: Update CHANGELOG for 0.2.0 (#25)
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 ]
|
|
}
|
|
}
|
|
|