diff --git a/README.md b/README.md
index afb13c2..d031486 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ nextflow run main.nf -c tests/test_single_bam.config -profile development
#### Installation
- Install cloudgene3: `curl -s install.cloudgene.io | bash -s 3.0.0-beta4`
-- Install mtDNA-Server 2 workflow: `./cloudgene install https://github.com/genepi/mtdna-server-2/archive/refs/tags/v2.1.5.zip`
+- Install mtDNA-Server 2 workflow: `./cloudgene install genepi/mtdna-server-2@2.1.6`
- Start cloudgene server: `./cloudgene server`
- Open [http://localhost:8082](http://localhost:8082)
- Login with default admin account: username `admin` and password `admin1978`
diff --git a/cloudgene.yaml b/cloudgene.yaml
index 5c21d1d..19ccbcb 100644
--- a/cloudgene.yaml
+++ b/cloudgene.yaml
@@ -2,7 +2,7 @@ id: mtdna-server-2
name: mtDNA-Server 2 - Mitochondrial Variant Calling
description: "You can upload data in BAM format and the application return homoplasmic and heterplasmic sites.
No dataset at hand? No problem, download and extract our example dataset: 6-samples.zip
"
-version: v2.1.5
+version: v2.1.6
website: https://mitoverse.readthedocs.io/
category:
diff --git a/nextflow.config b/nextflow.config
index 4e17006..a1d60c8 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -1,6 +1,6 @@
manifest {
name = 'mtDNA-Server 2'
- version = 'v2.1.5'
+ version = 'v2.1.6'
description = 'mtDNA Variant Calling'
author = 'Sebastian Schönherr, Hansi Weissensteiner, Lukas Forer'
homePage = 'https://github.com/genepi/mtdna-server-2'
@@ -44,7 +44,7 @@ params {
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }
- process.container = 'quay.io/genepi/mtdna-server-2:v2.1.5'
+ process.container = 'quay.io/genepi/mtdna-server-2:v2.1.6'
docker.enabled = true
docker.userEmulation = true
singularity.enabled = false