Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.37 KB

KewTreeOfLife

This repository contains the software used to construct and analyse the Kew Tree of Life (PAFTOL project). It contains the following folders:

  • pypaftol - a submodule with programs for gene recovery and retrieval
  • PhylogenomicsPipelines - a submodule with two programs, one for overseeing the gene recovery and one for creating species trees
  • PAFTOL_Validation_Pipeline - a submodule for taxonomic validation of samples in a phylogenetic tree

This software has been reported in the following work:

Baker et al (2021) A comprehensive phylogenomic platform for exploring the angiosperm tree of life (submitted to bioRxiv and now published in Systematic Biology)

Note: In order to draw down the submodules into this repository you need to first clone the KewTreeOfLife repository as normal except add the --recurse-submodules flag:

git clone --recurse-submodules https://github.com/RBGKew/KewTreeOfLife.git

To retrieve the latest version of each submodule, you can run the second command periodically if the source module has been updated but not the module in this Kew Tree of Life repository:

git submodule update --remote <submodule_repo_name>