Build branch v0.10 with version v0.10.0 (fbce320)
Build pipeline: viash-hub.htrnaseq.v0.10-d558l
Source commit: fbce320e5d
Source message: Bump version to v0.10
This commit is contained in:
12
nextflow.config
Normal file
12
nextflow.config
Normal file
@@ -0,0 +1,12 @@
|
||||
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 ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user