Build pipeline: viash-hub.htrnaseq.rework-publishing-params-xfch6
Source commit: d06daf5807
Source message: Cleanup
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
manifest {
|
|
homePage = 'https://github.com/viash-hub/htrnaseq'
|
|
description = 'HT-RNAseq pipeline'
|
|
mainScript = 'target/nextflow/workflows/htrnaseq/main.nf'
|
|
}
|
|
|
|
process {
|
|
withName: publishStatesProc {
|
|
publishDir = [ enabled: false ]
|
|
}
|
|
}
|
|
|