Installation
IsoQuant requires a 64-bit Linux system or Mac OS and Python (3.8 and higher) to be pre-installed on it. Note that IsoQuant 3.11.x and earlier versions are not well compatible with Python 3.14. No special hardware is required.
Installing via pip
Simply run:
Installing via conda
IsoQuant can be installed with conda using the bioconda channel:
Verifying your installation
To verify IsoQuant installation run
to run on toy dataset. This should typically take less than 1 minute.If the installation is successful, you will find the following information at the end of the log:
Installing from GitHub
To get IsoQuant from GitHub, you can clone the repository:
Or download the latest release here.
IsoQuant can then be installed using pip:
Alternatively, you can install the requirements manually:
Add samtools and minimap2 to the $PATH variable and run IsoQuant without installing it.
Typically, the whole installation takes a few minutes regardless of the method.
Libraries and software required by IsoQuant
- gffutils
- pysam
- pyfaidx
- ssw-py
- editdistance
- biopython
- numba
- mappy
- intervaltree
- xgboost
- scikit-learn
- pyyaml
- pandas
- numpy
- scipy
- matplotlib
- seaborn
- minimap2
- samtools
- STAR (optional)
The full requirements list can be found in requirements.txt.