corto up and running!

This commit is contained in:
2023-12-31 14:00:43 -08:00
parent 0018149d36
commit bf380f2768
5 changed files with 150 additions and 4 deletions

15
nextflow.config Normal file
View 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'
}