Usage

Installation

From PyPi

Install GenomeVisualizer using pip:

pip install GenomeVisualizer

From source

Clone the git repository:

git clone https://github.com/vargaheni05/GenomeVisualizer.git

Change directory to the cloned repository:

cd GenomeVisualizer/Toolbox

Install with pip:

pip install .

For validating the installation, check the version of the toolbox:

>>> import GenomeVisualizer
>>> print(GenomeVisualizer.__version__)
'0.0.2'