1. How to Install

The recommended way to install the most recent stable version of snpToolkit is:

pip install snptoolkit

Different python libraries will be installed:

  • Biopython
  • pysam
  • pandas
  • plotly
  • dash
  • tqdm
  • coloredlogs

Note

If already installed, use pip install snptoolkit –upgrade

Install from source code:

git clone https://github.com/Amine-Namouchi/snpToolkit
cd snpToolkit
pip install .