Build pipeline: viash-hub.htrnaseq.v0.3-bxj5m
Source commit: bc7a95f98f
Source message: Bump version to v0.3.0 (2)
13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
manifest {
|
|
nextflowVersion = '!>=20.12.1-edge'
|
|
}
|
|
|
|
process {
|
|
withName: publishStatesProc {
|
|
publishDir = [ enabled: false ]
|
|
}
|
|
}
|
|
|
|
// include common settings
|
|
includeConfig("${params.rootDir}/src/config/labels.config")
|