- Python 3
- NumPy
- Numba
wget https://github.com/AlphaGenes/AlphaPlantImpute2/raw/main/alphaplantimpute2-1.5.3-py3-none-any.whl
pip install alphaplantimpute2-1.5.3-py3-none-any.whl
See docs/source/index.rst
or alphaplantimpute2.pdf
in this repository.
Run the following to build the Python wheel and user guide. You will need an installation of Sphinx and LaTex to build the user guide.
git clone https://github.com/AlphaGenes/AlphaPlantImpute2.git
cd AlphaPlantImpute2
git submodule init
git submodule update
bash build_pipeline.sh
pip install dist/AlphaPlantImpute2*.whl
The wheel can be found in dist/
and the user guide at docs/build/latex/alphaplantimpute2.pdf