1. Getting Started

1.1. Requirements

  • Python 3.5+ (Fully tested on Python 3.5, 3.6, and 3.7)

  • Any *nix operating system

1.2. Installation

  1. Clone the public GitHub repo into a local directory

git clone https://github.com/computational-epigenetics-section/PReLIM.git
  1. Navigate into the folder containing setup.py and run pip install .

cd PReLIM
pip install .