phylojax

September 11, 2021 ยท View on GitHub

Installation

Get the phylojax source

git clone https://github.com/4ment/phylojax
cd phylojax

Install dependencies

Installing dependencies using Anaconda

conda env create -f environment.yml
conda activate phylojax

Install phylotorch

python setup.py install

Check install

phylojax --help

Quick start

phylojax -t examples/fluA.tree -i examples/fluA.fa -m JC69

Contents

  1. 1Installation
  2. 1.1Get the phylojax source
  3. 1.2Install dependencies
  4. 1.3Install phylotorch
  5. 1.4Check install
  6. 1.5Quick start