[root]/examples
Data
(0 files, 0 lines)
Phylogeography
(0 files, 0 lines)
continuous
(0 files, 0 lines)
beauti1.5
(0 files, 0 lines)
Gopher data
(0 files, 0 lines)
Virus Practical
(0 files, 0 lines)
FPV
(0 files, 0 lines)
Flu
(0 files, 0 lines)
RSVA
(0 files, 0 lines)
starBEAST
(0 files, 0 lines)
treePrior+clockModel
(0 files, 0 lines)
beauti1.6
(0 files, 0 lines)
codon
(0 files, 0 lines)
starBEAST
(0 files, 0 lines)
treePrior+clockModel
(0 files, 0 lines)
calibrations
(0 files, 0 lines)
incorrect
(19 files, 6019 lines)
treePriors
(2 files, 422 lines)
moa
(0 files, 0 lines)
mountainLion
(0 files, 0 lines)
release
(0 files, 0 lines)
Benchmarks
(3 files, 362 lines)
Data
(2 files, 51 lines)
EmpiricalCodonModels
(2 files, 421 lines)
codon-data
(0 files, 0 lines)
ecmdata
(6 files, 6 lines)
pcadata
(5 files, 104 lines)
Phylogeography
(0 files, 0 lines)
continuous
(3 files, 2252 lines)
calibrations
(17 files, 1234 lines)
clockModels
(9 files, 2329 lines)
continuousTraits
(2 files, 41 lines)
discreteTraits
(2 files, 209 lines)
microsatellite
(1 files, 1012 lines)
recombination
(3 files, 10494 lines)
starBEAST
(0 files, 0 lines)
substModels
(0 files, 0 lines)
testXML
(35 files, 10012 lines)
treePrior+clockModel
(8 files, 2540 lines)
treePrior+clockModel
(0 files, 0 lines)
treePriors
(0 files, 0 lines)
treeOpsTest
(0 files, 0 lines)
treePriors
(0 files, 0 lines)
unrelease
(7 files, 2405 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 279 (100.0%) | 37749 (100.0%) | 135.3 |
bloomquist | 6 (2.2%) | 10512 (27.8%) | 1752.0 |
rambaut | 51 (18.3%) | 10511 (27.8%) | 206.0 |
msuchard | 55 (19.7%) | 6649 (17.6%) | 120.8 |
alexei.drummond | 48 (17.2%) | 3636 (9.6%) | 75.7 |
jheled | 23 (8.2%) | 3473 (9.2%) | 151.0 |
alexander.alekseyenko | 13 (4.7%) | 1196 (3.2%) | 92.0 |
Michael.DefoinPLatel | 4 (1.4%) | 816 (2.2%) | 204.0 |
dong.w.xie | 74 (26.5%) | 414 (1.1%) | 5.5 |
Sibon.Li@gmail.com | 3 (1.1%) | 399 (1.1%) | 133.0 |
higgs.ml | 1 (0.4%) | 143 (0.4%) | 143.0 |
akaruiws | 1 (0.4%) | 0 (0.0%) | 0.0 |
trunk: add xml test batch file
5 lines of code changed in 1 file:
Trunk: refactory xml examples
0 lines of code changed in 61 files:
Implemented some microtiming in CompoundLikelihood. This is turned on by a static constant in this class so won't be compiled unless switched on. The results can be obtained by dumping the CompoundLikelihood into a <report> element:
<report>
<posterior idref="posterior"/>
</report>
This will break down the total number of evalations, the total amount of time and the time per eval for every prior and likelihood. This will be useful for considering parallelization and threading options.
The switch (CompoundLikelihood.EVALUATION_TIMERS) is on at present as I don't believe it will have any performance implications but I will be checking this.
3 lines of code changed in 1 file:
Added a benchmark2.xml file with 62 complete mitochondrial genomes of carnivores. Gives >5000 unique site patterns.
580 lines of code changed in 1 file:
Can independently specify root distribution from CTMC stationary distribution
255 lines of code changed in 1 file:
Critical fix: branch rates now print out in tree log under new TreeTrait framework. Also starting to remove duplicated code from classes needing to output different combinations of TreeTrait summaries
2 lines of code changed in 1 file:
Misc changes to classes for msat likelihood calculation.
0 lines of code changed in 1 file:
Two goals acheived. (1) RobustCounting now provides per site counts to a log file and (2) example of using a helper class to log traits from a TraitProvider, will remove substantial duplicated code from CPRC and MJBTL
7 lines of code changed in 1 file:
Can now simulate sequences under a branch-specific substitution model; for example, different dN/dS per branch.
15 lines of code changed in 1 file:
MarkovJumpsBeagleTreeLikelihood now supports all CTMC that can be uniformized (I believe this is all finite-state models).
152 lines of code changed in 1 file:
Can now simulate (and report) the complete history of any model in BEAST, most importantly codon models (with branch rate variation) and report the true number of synonymous and nonsynonymous mutations in a synthetic dataset.
273 lines of code changed in 2 files:
Added FullyConjugateMultivariateTraitLikelihood; the Gibbs sampler to come next
148 lines of code changed in 3 files:
Updating robust counting output
4 lines of code changed in 1 file:
Sampling missing values appears to also be working
14 lines of code changed in 1 file:
Missing data in IntegratedMultivariateTraitLikelihood appears to be working; use "NA" in taxon trait.
115 lines of code changed in 1 file:
Intermediate steps in implementing robust counting of S and N using nucleotide models
443 lines of code changed in 1 file:
Resolved an arbitrary contraction of a constant name.
592 lines of code changed in 1 file:
Trunk: delete duplicate xml.
0 lines of code changed in 1 file:
Trunk: enable general sub model test, and correct the rate1 expectation in xml.
185 lines of code changed in 1 file:
Started on Population Tree Approximation models.
39 lines of code changed in 1 file:
Bug fixes for integrated Brownian diffusion.
32 lines of code changed in 1 file:
Integrated Brownian diffusion now supports full conditional sampling of internal nodes.
93 lines of code changed in 1 file:
Added a very simple path sampling example involving a phylogenetic problem (2-taxon tree, testing \kappa = 10 vs \kappa random)
0 lines of code changed in 1 file:
Added a very simple path sampling example and some minor tweaks to GMRF skyrides and the TraitGibbsOperator
251 lines of code changed in 1 file:
Trunk: Re-adding xml file deleted in r2675
224 lines of code changed in 1 file:
Re-adding version of file that shows how to use Markov rewards
11 lines of code changed in 1 file:
Re-adding two files deleted in r2673 (why?)
164 lines of code changed in 2 files:
Trunk: start merge from branch 1.5 in
0 lines of code changed in 9 files:
MarkovJumps now supports Markov reward processes. Also a typo fix in BeastMain and some unnecessary casting in AMTL.
11 lines of code changed in 1 file:
MarkovJumps now processes multiple register matrices at a time
21 lines of code changed in 1 file:
Smashing bugs in MarkovJumps
29 lines of code changed in 1 file:
Fixed MarkovJumps to work when mutation rate is specified in siteModel
19 lines of code changed in 1 file:
Small test file for MarkovJumps
102 lines of code changed in 1 file:
Tested alignment statistics; appear fine.
23 lines of code changed in 1 file:
224 lines of code changed in 1 file:
added parsers for Lewis' Mk model with totaly ordered/unordered/custom ordered states.
31 lines of code changed in 1 file:
Changed example file for Auto-correlated relaxed clock to incorporate new changes to input format in ACLikelihood
13 lines of code changed in 1 file:
Added amino acid version of Dengue4.env.nex
0 lines of code changed in 1 file:
Fixes to CachedDistributionLikelihood to work with MultivariateDistributionLikelihood. Tweaks to eigendecomposition routines, in case of invalid diagonalization
1 lines of code changed in 1 file:
New benchmark XML
371 lines of code changed in 1 file:
(90 more)