Build pipeline: viash-hub.demultiplex.return-output-from-runner-rmgjr
Source commit: d853b212d5
Source message: Fix state
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 ]
|
|
}
|
|
}
|
|
|