pygskit
is a Python package designed for the analysis of genetic data. This package is
currently under development and is not ready for use.
git clone https://github.com/MedGenOL/pygskit
cd pygskit
conda env create -f environment.yml
conda activate pygskit
pip install . -r requirements.txt
cd pygskit
git pull origin main # update the source code from <main> branch
conda env update -f environment.yml # required only if the environment.yml file has been updated
conda activate pygskit
pip install . -r requirements.txt --upgrade