Files
htrnaseq/nextflow.config
CI 558ea39e3a Build branch update-resources with version update-resources (9e9d6d7)
Build pipeline: viash-hub.htrnaseq.update-resources-zdcfl

Source commit: 9e9d6d71ad

Source message: Minor update to test resources pointer
2025-03-19 15:50:41 +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 ]
}
}