-
Notifications
You must be signed in to change notification settings - Fork 2
/
COPYRIGHT
40 lines (32 loc) · 1.51 KB
/
COPYRIGHT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
pytbeaglthon phylogenetic likelihood caluclations using beaglelib.
With the exception of some code written by others (see below). The code is
Copyright (C) 2010-2011
Mark Holder,
Department of Ecology and Evolutionary Biology,
The University of Kansas.
Code by others
==============
Code by others (all in the C-code in the cPhyProb/ccore directory)
C-Extension were written by adapting Alex Martelli's example code in the
Python Cookbook Section 17.1
Among-site rate variation code based on code from the PAML package:
Yang, Z. 2007. PAML 4: a program package for phylogenetic analysis by
maximum likelihood. Molecular Biology and Evolution 24: 1586-1591
(http://abacus.gene.ucl.ac.uk/software/paml.html)
Eigensystem code from MrBayes 3.2 Copyright 2002-2007
John P. Huelsenbeck
Fredrik Ronquist
Paul van der Mark
updated from the CVS Repository: mrbayes from the root:
:pserver:[email protected]:/cvsroot/mrbayes
on 2007-Oct-05
Some of that code was written (or translated from FORTRAN) by:
David Swofford
pytbeaglehon is only useful if you have a library installed that fulfills the
beaglelib API for likelihood computations (
see http://code.google.com/p/beagle-lib/ ). pytbeaglehon links to your copy
of beaglelib, but does not contain code from beagle.
The code in pytbeaglehon written by Mark Holder is licensed under the
GNU public license version 3.0 (this is because MrBayes is released under this
license). The full license can be found in the LICENSE.txt.