Build pipeline: viash-hub.htrnaseq.v0.7.0-vvgml
Source commit: a5d357e1c0
Source message: Bump version to v0.7.0
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 ]
|
|
}
|
|
}
|
|
|