We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2532d55 commit 73b33ecCopy full SHA for 73b33ec
README.rst
@@ -715,7 +715,7 @@ alleles and were added by the Aldy authors. These alleles do not exist in the so
715
Change log
716
==========
717
718
-- Aldy v4.8 (Jul 2025)
+- Aldy v4.8 and v4.8.1 (Jul 2025)
719
- PharmVar v6.2.14 update and new definitions
720
- "ALDY" alleles renamed to "X" alleles
721
- CPIC functionality reporting
setup.py
@@ -93,6 +93,7 @@
93
"mappy",
94
"numpy",
95
"cython",
96
+ "importlib_resources"
97
],
98
entry_points={"console_scripts": ["aldy = aldy.__main__:console"]},
99
packages=find_packages(),
0 commit comments