Build pipeline: viash-hub.htrnaseq.v0.14.0-pk2tm
Source commit: eeda989650
Source message: Bump version to v0.14.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 ]
|
|
}
|
|
}
|
|
|