Build pipeline: viash-hub.htrnaseq.fix-lane-concatenation-zdkb7
Source commit: 01da9874c4
Source message: Trigger CI
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 ]
|
|
}
|
|
}
|
|
|