Installation

Manual installation

Users can install SISTEM manually by downloading the source code and setting up an environment with all the necessary packages. The remainder of this section provides instructions on how to install SISTEM this way.

You can download the source code by cloning this repository:

git clone https://github.com/samsonweiner/sistem.git

SISTEM depends on the following Python packages, which can be installed with package managers like pip or conda.

Once installed, cd into the SISTEM repository and install the project:

pip install .

If generating synthetic sequencing reads, SISTEM also requires that the following external packages be installed and configured on the environment.

You can also install the packages individually by following the instructions found on the package homepage. If this option is used, the downloaded binaries must be compiled and the directories containing each binary must be added to your $PATH variable. For example,

export PATH=/path/to/bin:$PATH

You may also wish to add this line to your ~/.bashrc or /.bash_profile configuration file to avoid having to retype this command on login.