Skip to content

Commit 577ccf8

Browse files
author
vsc20958
committed
.
1 parent 6d99f2f commit 577ccf8

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
orcid: https://orcid.org/0000-0003-1472-9938
1010
doi: "10.5281/zenodo.18495962"
1111
title: "RecMpox: A Command-Line Tool for Flagging Potential Recombination Events in Monkeypox Viruses"
12-
version: v0.0.2
12+
version: v0.0.3
1313
url: github.com/DaanJansen94/RecMpox
1414
date-released: 2026-02-02
1515
abstract: "RecMpox flags potential recombination events in mpox consensus genomes and reveals locations of recombination breakpoints."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RecMpox
22

3-
Current release: **v0.0.2**
3+
Current release: **v0.0.3**
44

55
RecMpox is a command-line tool that **flags potential recombination events** in monkeypox viruses. It does not confirm recombination, but highlights genomes that may be recombinant and warrant further investigation. RecMpox works by detecting regions within a genome that appear to originate from two different parental viruses. Such patterns are not conclusive evidence of recombination, as similar signals can also arise from shared ancestral variation, convergent mutations, mixed populations (e.g., co-infections or laboratory contamination), or sequencing and assembly errors.
66

@@ -144,7 +144,7 @@ Also on [**Zenodo**](https://doi.org/10.5281/zenodo.18495962) and [**Docker**](h
144144
If you use RecMpox in your research, please cite:
145145

146146
```
147-
Jansen, D., & Vercauteren, K. RecMpox: A Command-Line Tool for Flagging Potential Recombination Events in Monkeypox Viruses (v0.0.2). Zenodo. https://doi.org/10.5281/zenodo.18495962
147+
Jansen, D., & Vercauteren, K. RecMpox: A Command-Line Tool for Flagging Potential Recombination Events in Monkeypox Viruses (v0.0.3). Zenodo. https://doi.org/10.5281/zenodo.18495962
148148
```
149149

150150
## Acknowledgements

conda-recipes/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "recmpox" %}
2-
{% set version = "0.0.2" %}
2+
{% set version = "0.0.3" %}
33

44
package:
55
name: {{ name }}

recmpox/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"
22

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="recmpox",
8-
version="0.0.2",
8+
version="0.0.3",
99
author="RecMpox contributors",
1010
description="RecMpox: Classify consensus mpox genomes at diagnostic SNPs (recombinant calling).",
1111
long_description=long_description,

0 commit comments

Comments
 (0)