...indows或者R语言安装某些R包时,出现以下报错:
In install.packages(...) :
installation of package ‘muscle’ had non-zero exit status
导致这个状态的原因有:
1.包加载安装过程中编译不能通过,因此执行安装加载通过不了。
2.library中路径...
软件安装文档很简单:https://genome.sph.umich.edu/wiki/Vt#Installation
#this will create a directory named vt in the directory you cloned the repository
1. git clone https://github.com/atks/vt.git
#change directory to vt
2. cd vt
#run make, note that compilers need to support t...
原文链接:http://evomics.org/resources/substitution-models/nucleotide-substitution-models/
The use of maximum likelihood (ML) algorithms in developingphylogenetic hypotheses requires a model of evolution. The frequently used General Time Reversible (GTR) family of nested models encompasses ...