Files
htrnaseq/nextflow.config
CI b1f45f4bb8 Build branch update_craftbox with version update_craftbox (1c55b60)
Build pipeline: viash-hub.htrnaseq.update-craftbox-wm7mk

Source commit: 1c55b60560

Source message: Bump craftbox to v0.3.0
2025-08-28 15:02:08 +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 ]
}
}