Build pipeline: viash-hub.htrnaseq.main-xhqqt
Source commit: 8eb391e3eb
Source message: Revert Viash version back to v0.9.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 ]
|
|
}
|
|
}
|
|
|