Files
htrnaseq/nextflow.config
CI 1361660b84 Build branch v0.8 with version v0.8.0 (f4d54d2)
Build pipeline: viash-hub.htrnaseq.v0.8-6gks9

Source commit: f4d54d2a7f

Source message: Bump version to v0.8.0
2025-05-08 14:50:24 +00:00

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 ]
}
}