PHAST安装使用

PHAST:Phylogenetic Analysis with Space/Time models (PHAST) is a freely available software package consisting of a collection of command-line programs and supporting libraries for comparative and evolutionary genomics. Best known as the search engine behind the Conservation tracks in the University of California, Santa Cruz (UCSC) Genome Browser, PHAST also includes several tools for phylogenetic modeling, functional element identification, as well as utilities for manipulating alignments, trees and genomic annotations.

Major PHAST programs:

phastCons: Conservation scoring and identification of conserved elements
phyloFit: Fitting of phylogenetic models to aligned DNA sequences
phyloP: Computation of p-values for conservation or acceleration, either lineage-specific or across all branches
phastOdds: Log-odds scoring for phylogenetic models or phylo-HMMs
exoniphy: Phylogenetic exon prediction
dless: Prediction of elements under lineage-specific selection
prequel: Probabilistic reconstruction of ancestral sequences
phastBias: Identification of GC-biased gene conversion using a phylo-HMM

安装PHAST:

wget -c http://www.netlib.org/clapack/clapack.tgz
tar -xvzf clapack.tgz
cd CLAPACK-3.2.1
cp make.inc.example make.inc && make f2clib && make blaslib && make lib
wget -c http://compgen.cshl.edu/phast/downloads/phast.v1_5.tgz
tar zxf phast.v1_5.tgz
cd phast/src/
make CLAPACKPATH=/opt/biosoft/CLAPACK-3.2.1
echo 'PATH=$PATH:/opt/biosoft/phast/bin' >> ~/.bashrc
source ~/.bashrc

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *