# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Library and command line scripts for inferring identity-by-descent (IBD) segments shared between siblings, imputing missing parental genotypes, performing family based genome-wide association and polygenic score analyses. [wheel]"

HOMEPAGE="http://github.com/alexTISYoung/snipar"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/cp37/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="~dev-python/numpy-1.21.1[${PYTHON_USEDEP}]
	~dev-python/scipy-1.7.1[${PYTHON_USEDEP}]
	dev-python/bgen-reader[${PYTHON_USEDEP}]
	~dev-python/pandas-1.1.4[${PYTHON_USEDEP}]
	dev-python/pysnptools[${PYTHON_USEDEP}]
	~dev-python/networkx-2.5[${PYTHON_USEDEP}]
	~dev-python/h5py-3.6.0[${PYTHON_USEDEP}]
	~dev-python/pooch-1.5.1[${PYTHON_USEDEP}]
	dev-python/numba[${PYTHON_USEDEP}]
	~dev-python/gitpython-3.1.24[${PYTHON_USEDEP}]
	~dev-python/scikit-learn-1.0.2[${PYTHON_USEDEP}]
	~dev-python/statsmodels-0.13.2[${PYTHON_USEDEP}]
	dev-python/numdifftools[${PYTHON_USEDEP}]
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"