Files
htrnaseq/nextflow.config
CI 077772a26d Build branch non_alphanumerical_sample_names with version non_alphanumerical_sample_names (4c165f5)
Build pipeline: viash-hub.htrnaseq.non-alphanumerical-sample-names-czjf5

Source commit: 4c165f546f

Source message: Fix detection of FASTQ files non-alphanumerical characters in the sample names.
2025-08-01 09:00:01 +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 ]
}
}