Skip to content

Commit 73bbe7b

Browse files
committed
.
1 parent 5fded2c commit 73bbe7b

4 files changed

Lines changed: 4 additions & 4 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.1
12+
version: v0.0.2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Also on [**Zenodo**](https://doi.org/10.5281/zenodo.18495962) and [**Docker**](h
113113
If you use RecMpox in your research, please cite:
114114

115115
```
116-
Jansen, D., & Vercauteren, K. RecMpox: A Command-Line Tool for Flagging Potential Recombination Events in Monkeypox Viruses (v0.0.1). Zenodo. https://doi.org/10.5281/zenodo.18495962
116+
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
117117
```
118118

119119
## License

recmpox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""RecMpox: Classify consensus mpox genomes at diagnostic SNPs (recombinant calling)."""
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"
44

55
from .recmpox import main
66

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.1",
8+
version="0.0.2",
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)