Installing MAPQTools

Requirements

Installation from Pip

  1. Create and activate a pytion 3.6 conda venv:
conda create --name MAPQTools python=3.6 pip
source activate MAPQTools
  1. Install MAPQTools from Pypi:
pip install -i https://test.pypi.org/simple/ MAPQTools

Installation from Source

  1. Create and activate a pytion 3.6 conda venv:
conda create --name MAPQTools python=3.6 pip
source activate MAPQTools
  1. Get the code:
git clone https://github.com/akmorrow13/CompBIO_Seminar_2020.git
cd CompBIO_Seminar_2020
  1. Install MAPTools and its requirements
pip install -e .