-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
vrmelo edited this page Sep 30, 2020
·
3 revisions
SPLICE-q requires Python 3.6+. To check your Python version, run in your terminal (Mac/Linux/Win):
$ python --version
You should get a output like Python 3.6.3
. If you do not have Python (or need to update it), please install the latest 3.x version from python.org.
Using pip is the easiest way to install SPLICE-q. First, make sure you have pip available.
$ pip --version
You should see an output displaying the pip version, as well as the location and Python version. If you don't, please install it by following the instructions for your system as described here.
SPLICE-q can be installed from pip and from source.
$ pip install SPLICE-q
$ git clone https://github.com/vrmelo/SPLICE-q
$ cd SPLICE-q
$ pip install -e .
Requirements
- Python 3.6+
- PySam
- InterLap
- NumPy
- Rich
Operating Systems
- Linux, macOS, and Windows 10 Subsystem for Linux.