Merge pull request #91 from abacus-gene/dev
List of updates to be included in
PAMLv4.10.10:
- Files
src/README.txt,src/Makefile,src/Makefile.VChave been updated to include more details about how to compile allPAMLprograms.- Input tree files and control files in
examples/dating-cross-bracinghave been updated so that variables match the format followed fromPAMLv4.10.9. AREADME.txtfile has been included with instructions to run the example data.- Updates that affect
PAMLprogramMCMCtree:
- Issue #90: we address the issue reported by @dongzhang0725 and @yetong-z regarding the usage of the multiplicative or conditional constructions when variable
TipDateis enabled. We note that this issue had been fixed in themasterbranch four months ago but had not been made available in a new release yet.- Users can now combine the content of various MCMC files (i.e., these files contain the samples collected during MCMC runs) in a unique file for subsequent MCMC diagnostics. Users must create a directory where all these text files are saved and run
MCMCtreeasmcmctree --combine <directory_name>. A new file calledmcmc_combined.txtwill be created. Example data to combine various MCMC files resulting from independentMCMCtreeruns into a unique text file has been included inexamples/combine-mcmc. AREADME.txtfile has been included with instructions to run the example data.- Updates affecting
PAMLprogramMCMCtreehave also been logged indoc/pamlHistory.txt.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Phylogenetic Analysis by Maximum Likelihood
PAML (for Phylogenetic Analysis by Maximum Likelihood) is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained by Ziheng Yang and distributed under the GNU GPL v3.
Before running any of the programs included in the
PAMLsoftware, please go through the different sections of this Wiki, where a detailed explanation of how to install and run the programs is given. One of the main problems users face is related to data formatting. In that way, please make sure that you go through the sectionData formattingin the PAML Wiki before running anyPAMLprogram and format your input data files and control files accordingly.Installation
ANSI C source codes and executable files are distributed for UNIX, Linux, and Mac OS X (see the latest stable release available on this GitHub repository).
PAMLis not good for tree making, although it may be used to estimate parameters and test hypotheses to study the evolutionary process once you have reconstructed trees using other programs such asRAxML-NG,IQ-TREE,PAUP*,PHYLIP,PhyML, etc.To download and install
PAMLsoftware, please follow the next links in the wiki:PAMLPAMLfor LinuxPAMLfor Mac OS XPAMLfor Windows 10 or laterPAMLPAMLfor Mac OS XPAMLfor Windows 9x/NT/2000/XP/Vista 7Documentation
The PAML Wiki is still under construction 🔧 – we are slowly migrating the PAML documentation in PDF format to a more interactive and engaging tutorial!
In the meantime, you can access the following sections, which are also detailed in the PAML Wiki home section:
PAMLdocumentationPAMLprograms can doPAMLprograms cannot doGGfor codon sequences (codemlwithseqtype = 1)PAUPandMacClade@PAMLprogramsCiting
PAMLIf you use
PAML, please cite the following:In addition…
If you use the
PAMLprogramMCMCtree, please cite the following papers if you have used/run…mcmc3rR package if you use it (see tutorial via this link).MCMCtree:mcmc3rR package if you use it (see tutorial via this link).divtimeGitHub repository maintained by Mario dos Reis.microdivGitHub repository maintained by Mario dos Reis.mammals_datingGitHub repository maintained by Sandra Álvarez-Carretero.If you use the
PAMLprogramCODEML, please cite the following papers if you have used/run…positive-selectionrepository:Additional information
Changes in all version from PAML v4.10.0 have been documented for each release in the
releasessection of this GitHub repository. Changes and bug fixes prior to v4.10.0 can only be found in doc/pamlHistory.txt.