Skip to content

Commit

Permalink
Prepare release v.2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jun 6, 2024
1 parent 8f7fe41 commit 2c37109
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ mtDNA-Server 2 is a Nextflow DSL2 pipeline to accurately detect heteroplasmic an
![image](docs/images/report.png)

## Version History
Release [v2.1.11](../../releases/tag/v2.1.12) - Install Haplogrep3 tree directly.

Release [v2.1.13](../../releases/tag/v2.1.13) - Update to latest Haplogrep3

Release [v2.1.12](../../releases/tag/v2.1.12) - Install Haplogrep3 tree directly.

Release [v2.1.11](../../releases/tag/v2.1.11) - Improve QC command, update to latest mutserve v2.0.1.

Expand Down Expand Up @@ -37,12 +40,12 @@ To run mtDNA-Server 2 via Nextflow, please execute the following steps.

2. Run the pipeline on our test dataset and select either Docker, Singluarity or Slurm.
```
nextflow run genepi/mtdna-server-2 -r v2.1.12 -profile test,<docker,singularity,slurm>
nextflow run genepi/mtdna-server-2 -r v2.1.13 -profile test,<docker,singularity,slurm>
```
### Run Pipeline on own data
To run mtDNA-Server 2 on your own data, create a [config file](tests/test_mitohpc_fusion.config) and run the following command:
```
nextflow run genepi/mtdna-server-2 -r v2.1.12 -c <your-config-file> -profile docker
nextflow run genepi/mtdna-server-2 -r v2.1.13 -c <your-config-file> -profile docker
```

### Parameters
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: "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.11
version: v2.1.13
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.12'
version = 'v2.1.13'
description = 'mtDNA Variant Calling'
author = 'Sebastian Schönherr, Hansi Weissensteiner, Lukas Forer'
homePage = 'https://github.com/genepi/mtdna-server-2'
Expand Down Expand Up @@ -45,7 +45,7 @@ params {
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }

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

0 comments on commit 2c37109

Please sign in to comment.