Files
rnaseq/nextflow.config

7 lines
199 B
Plaintext
Raw Permalink Normal View History

manifest {
nextflowVersion = '!>=20.12.1-edge'
homePage = 'https://github.com/viash-hub/rnaseq'
description = 'Bulk RNAseq pipeline'
mainScript = 'target/nextflow/workflows/rnaseq/main.nf'
}