Installation

Conda

Conda is an open source package management system and environment management system that allows users to install software quickly and easily on a variety of operating systems.

The simpliest way to install quasitools is with Conda. Install quasitools from Bioconda with Conda (installation instructions). If this is your first time installing software with Bioconda, then you will need to add the appropriate Conda channels for the first time:

conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda

Installing quasitools with Conda:

conda install quasitools

If everything was successful, you should be able to verify your installation by running quasitools --help and see quasitool's help message.

Galaxy

When installing quasitools into an instance of Galaxy, please install quasitools from the main Galaxy toolshed.