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 ] } }