Skip to content

Commit

Permalink
Update to v2.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 17, 2023
1 parent c906aed commit 2bd442f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
manifest {
name = 'nf-mito-calling'
version = 'v2.0.0-beta1'
version = 'v2.0.0-beta2'
description = 'mtDNA Variant Calling'
author = 'Schönherr / Weissensteiner / Forer'
homePage = 'https://github.com/haansi/nf-mito-calling'
homePage = 'https://github.com/genepi/mtdna-server-2'
mainScript = 'main.nf'
nextflowVersion = '!>=21.04.0'
}
Expand Down Expand Up @@ -40,14 +40,14 @@ params {
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }

process.container = 'genepi/nf-mitocalling'
process.container = 'genepi/mtdna-server-2'
docker.enabled = true
docker.userEmulation = true
singularity.enabled = false


development {
process.container = 'genepi/nf-mitocalling'
process.container = 'genepi/mtdna-server-2'
docker.enabled = true
docker.userEmulation = true
resume = true
Expand Down Expand Up @@ -79,6 +79,4 @@ profiles {

test {
includeConfig 'tests/test_single_vcf.config'
}

}
}}

0 comments on commit 2bd442f

Please sign in to comment.