16 lines
377 B
Plaintext
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'
|
|
}
|