Skip to content

Commit

Permalink
Prepare release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 4, 2024
1 parent db5a49b commit 3986333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.zip`
- Install mtDNA-Server 2 workflow: `./cloudgene install https://github.com/genepi/mtdna-server-2/archive/refs/tags/v2.1.4.zip`
- Start cloudgene server: `./cloudgene server`
- Open [http://localhost:8082](http://localhost:8082)
- Login with default admin account: username `admin` and password `admin1978`
Expand Down
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: "You can upload data in BAM format and the application return homoplasmic and heterplasmic sites.<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.3
version: v2.1.4
website: https://mitoverse.readthedocs.io/
category:

Expand Down
4 changes: 2 additions & 2 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.3'
version = 'v2.1.4'
description = 'mtDNA Variant Calling'
author = 'Sebastian Schönherr, Hansi Weissensteiner, Lukas Forer'
homePage = 'https://github.com/genepi/mtdna-server-2'
Expand Down Expand Up @@ -43,7 +43,7 @@ params {
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }

process.container = 'quay.io/genepi/mtdna-server-2:v2.1.3'
process.container = 'quay.io/genepi/mtdna-server-2:v2.1.4'
docker.enabled = true
docker.userEmulation = true
singularity.enabled = false
Expand Down

0 comments on commit 3986333

Please sign in to comment.