Installation

PTA requires Python >= 3.5. Installation is facilitated by the conda package management system.

  1. Download miniconda and run the installer: bash Miniconda*
  2. Create a separate conda environment to install PTA into:
conda create -n PTA
conda activate PTA
  1. Install:
conda install -c conda-forge -c bioconda -c PTA PTA
  1. Test:
PTA -v

Installation issues can be reported on the PTA github.