Files
htrnaseq/nextflow.config
CI 2374cd4738 Build branch add_data_processed_subdir with version add_data_processed_subdir (24f2d33)
Build pipeline: viash-hub.htrnaseq.add-data-processed-subdir-dfdrb

Source commit: 24f2d33415

Source message: Add PR number
2025-02-25 16:06:28 +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 ]
}
}