Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.05 KB

WORK IN PROGRESS

pegp

PEGP (protein evolutionary genomics pipeline). A software tool for

  • protein homology search
  • phylogenetic tree construction with annotations (taxonomy, domain architecture, genome context)
  • reconstruction of phyletic pattern with identification of paralogs

Dependencies

Software

Python packages

  • python 3.10
  • biopython conda install biopython
  • ete3 conda install -c etetoolkit ete3
  • matplotlib conda install matplotlib
  • numpy, pandas, seaborn conda install seaborn
  • prettytable conda install prettytable
  • colorama conda install colorama

Installation

  • git clone https://github.com/stovc/pegp
  • Run bash utility_scripts/mk_pfam.sh from the root of the repo