Installation
Install via Miniconda
Note
Miniconda installation has been tested on MacOS and Linux, but being qax a single binary, if the precompiled works for you we recommend it.
Alternatively, you can install qax from BioConda, if you have conda installed:
conda install -c conda-forge -c bioconda qax
Pre-compiled binaries
Pre-compiled binaries are the fastest and easiest way to get qax. To get the latest version, use the following command, otherwise check the stable releases.
# From linux
wget "https://github.com/telatin/qax/releases/download/v0.9.6/qax-linux"
chmod +x qax
# From macOS
wget -O qax "https://github.com/telatin/qax/releases/download/v0.9.6/qax-macos"
chmod +x qax