Skip to content

Commit 6811d28

Browse files
committed
Disable ssl verification
1 parent b73d8a2 commit 6811d28

9 files changed

Lines changed: 2370 additions & 2 deletions

File tree

build/lib/recmpox/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""RecMpox: Classify consensus mpox genomes at diagnostic SNPs (recombinant calling)."""
2+
3+
__version__ = "0.0.1"
4+
5+
from .recmpox import main
6+
7+
__all__ = ["main"]

0 commit comments

Comments
 (0)