Files
corto/nextflow.config
2023-12-31 14:00:43 -08:00

16 lines
377 B
Plaintext

manifest {
name = 'corto'
author = 'omic'
recurseSubmodules = true
homePage = 'https://gitlab.com/omic/next/registry/tools/corto'
description = ''
mainScript = 'main.nf'
nextflowVersion = '!>=21.04.3'
defaultBranch = 'master'
}
docker {
enabled = true
temp = 'auto'
}