Files
htrnaseq/nextflow.config
CI bcc02092ce Build branch add_umi_length_to_runner with version add_umi_length_to_runner (f5fd6f7)
Build pipeline: viash-hub.htrnaseq.add-umi-length-to-runner-2kfjk

Source commit: f5fd6f7b9e

Source message: Update CHANGELOG
2025-02-28 14:01:39 +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 ]
}
}