Files
htrnaseq/nextflow.config
CI cffdada450 Build branch htrnaseq/refactor_runner with version refactor_runner to htrnaseq on branch refactor_runner (5786c8f)
Build pipeline: viash-hub.htrnaseq.refactor-runner-6rg7b

Source commit: 5786c8fd1e

Source message: The well_fastqs_to_esets has no test resources
2025-11-17 11:27:31 +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 ]
}
}