Skip to content

Commit

Permalink
Prepare release v2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 28, 2024
1 parent 27e9086 commit 02b003c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudgene.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: mtdna-server-2
name: mtDNA-Server 2 - Mitochondrial Variant Calling
description: "A free web service to analyze your mtDNA NGS data. The service accepts data in BAM format aligned against the rCRS reference and returns homoplasmic and heteroplasmic variants in return. <br>Feel free to <a href=\"https://github.com/genepi/mtdna-server-2/?tab=readme-ov-file#contact\"><u>contact us</u></a> if you have issues running the pipeline.<br><br>No dataset at hand? No problem, download and extract our example dataset: <a href=\"https://mitoverse.i-med.ac.at/downloads/6-samples.zip\" class=\"btn btn-sm btn-secondary\" style=\"color:#ffffff !important\"><i class=\"fa fa-file\"></i> 6-samples.zip</a><br><br>"

version: v2.1.15
version: v2.1.16
website: https://mitoverse.readthedocs.io/
category:

Expand Down
9 changes: 5 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
manifest {
name = 'mtDNA-Server 2'
version = 'v2.1.15'
version = 'v2.1.16'
description = 'mtDNA Variant Calling'
author = 'Sebastian Schönherr, Hansi Weissensteiner, Lukas Forer'
homePage = 'https://github.com/genepi/mtdna-server-2'
Expand Down Expand Up @@ -50,15 +50,14 @@ includeConfig 'conf/base.config'
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }

process.container = 'quay.io/genepi/mtdna-server-2:v2.1.15'
process.container = 'quay.io/genepi/mtdna-server-2:v2.1.16'
docker.enabled = true
singularity.enabled = false


development {
process.container = 'genepi/mtdna-server-2'
docker.enabled = true
docker.userEmulation = true
resume = true
singularity.enabled = false
}
Expand All @@ -84,4 +83,6 @@ profiles {

test {
includeConfig 'conf/test.config'
}}
}

}

0 comments on commit 02b003c

Please sign in to comment.