Files
htrnaseq/nextflow.config
CI 61eb413b0a Build branch htrnaseq/v0.11 with version v0.11.0 to htrnaseq on branch v0.11 (213fd5f)
Build pipeline: viash-hub.htrnaseq.v0.11-tl5df

Source commit: 213fd5f7d0

Source message: Merge remote-tracking branch 'origin/main' into v0.11
2025-09-04 15:12:13 +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 ]
}
}