corto up and running!
This commit is contained in:
15
nextflow.config
Normal file
15
nextflow.config
Normal file
@@ -0,0 +1,15 @@
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user