Skip to content

Installation

Spl-IsoQuant requires a 64-bit Linux system or Mac OS and Python (3.8 and higher) to be pre-installed on it. You will also need

Installing from GitHub

To obtain Spl-IsoQuant you can download repository and install requirements. Clone Spl-IsoQuant repository and switch to the latest release:

git clone https://github.com/algbio/spl-IsoQuant.git
cd spl-IsoQuant
git checkout latest
Install requirements:
pip install -r requirements.txt

You also need samtools and minimap2 to be in the $PATH variable.

Verifying your installation

To verify Spl-IsoQuant installation type

splisoquant.py --test
to run on toy dataset. If the installation is successful, you will find the following information at the end of the log:
=== Spl-IsoQuant pipeline finished ===
=== TEST PASSED CORRECTLY ===