[root]/src/dr/evomodelxml/treelikelihood
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 1020 (100.0%) | 23.7 |
msuchard | 12 (27.9%) | 461 (45.2%) | 38.4 |
dong.w.xie | 9 (20.9%) | 390 (38.2%) | 43.3 |
rambaut | 19 (44.2%) | 93 (9.1%) | 4.8 |
aaron.darling | 1 (2.3%) | 50 (4.9%) | 50.0 |
akaruiws | 1 (2.3%) | 25 (2.5%) | 25.0 |
fbielejec | 1 (2.3%) | 1 (0.1%) | 1.0 |
Fixing transformed trees when random
27 lines of code changed in 2 files:
Porting some fixes from 1.7 branch
5 lines of code changed in 4 files:
Renamed NewTreeLikelihood to BeagleTreeLikelihood
3 lines of code changed in 1 file:
Fix for Issue 660: For trait specification errors, error messages should include name of taxon.
8 lines of code changed in 1 file:
Demoted the non-beagle form of AncestralTreeLikelihood (parser now specifies BEAGLE is required).
24 lines of code changed in 1 file:
Very very minor thing - TreeLikelihoodParser was looking at the wrong system property to see whether to use the Java core. This means that the advertised '-java' option wasn't working.
1 lines of code changed in 2 files:
Ported sequence error models to BeagleTreeLikelihood and implemented a variant model that emits tip states rather than tip partials.
10 lines of code changed in 1 file:
Fixed a few issues with BSSVS generation. Also robust counting. Also unified the RECONSTRUCTION_TAG_NAME for the BEAGLE and non-BEAGLE versions of ASTL.
3 lines of code changed in 1 file:
Changing user experience with MarkovJumps
42 lines of code changed in 2 files:
Bug fix; null pointer exception
1 lines of code changed in 1 file:
Various bits
3 lines of code changed in 1 file:
Some refactoring of MatrixParameter (renamed getNumberOfParameters to getParameterCount). Also allowed MultivariateNormalPrior take a matrix parameter and assume the individual parameters within this represent independent draws from the MVN.
2 lines of code changed in 1 file:
parser for ancestralTreeLikelihood
1 lines of code changed in 1 file:
Implemented ascertainment correction for continous, integrated diffusion models
7 lines of code changed in 1 file:
Trunk: continue to work on BEAUti microsat, but writing different taxa function still has a bug.
5 lines of code changed in 2 files:
Add functionality to read plink SNP frequencies and run continuous diffusion models
22 lines of code changed in 1 file:
TreeTraitParserUtilities now picks up trait parameters that are either simply called the taxon name or have the trait name appended.
8 lines of code changed in 1 file:
AntigenicTraitLikelihood runs! Unlikely to work though. Changed MatrixParameter to set dimensions lazily. TreeTraitParserUtility now labels the individual rows of the compound parameter just as taxon labels so that ATL can pick them up.
7 lines of code changed in 1 file:
Trunk: @Override is JDK1.6 code.
3 lines of code changed in 2 files:
Adding a new model of hidden linkage among reads in a metagenomic dataset. The model and its application to metagenomic datasets is described in a manuscript in preparation by Aaron Darling and Jonathan Eisen. This is commit phase 1: adding new files. Phase 2 comes next, committing related changes to existing files.
50 lines of code changed in 1 file:
Added an optional indicator parameter into the sequence error model to try to identify damaged sequences.
9 lines of code changed in 2 files:
Fixed parsing of multidimensional continuous traits when trait parameter is first defined in likelihood (and not TreeModel), i.e. for Pagelesque type models
14 lines of code changed in 1 file:
Backwards compatibility so MarkovJumps XML blocks do not crash BEAST without BEAGLE.
2 lines of code changed in 1 file:
Fix with traitName in SampledMultivariateTraitLikelihood
7 lines of code changed in 1 file:
Refactoring attribute to trait (for likelihood) parsing for use in other models
338 lines of code changed in 1 file:
DiscreteTraitBranchRateModel now works again for ancestral state reconstructions. Something is still wrong with AncestralStateBeagleTreeLikelihood however.
1 lines of code changed in 1 file:
Misc changes to classes for msat likelihood calculation.
25 lines of code changed in 1 file:
In the interests of generalization, AncestralState has been improved to optionally take a trait name, renamed AncestralTrait, moved to dr.evomodel.tree. It has a parser synonym of AncestralState and defaults to getting the 'state' trait so it is backwards compatible with existing XML (namely testAncestralSequenceReconstuction.xml).
0 lines of code changed in 1 file:
TreeTraits commit number 2. This one is a bit more wide ranging with potential to break things. 1) BranchAttributeProvider and NodeAttributeProvider have been deleted and replaced with a combination of TreeTraits and TreeTraitProviders. Sources implement TreeTraitProvider to say that they can provide information about nodes and branches. A good example of a class which has been generalized is AncestralState (in evomodel.treelikelihood) - this now just takes a TreeTrait and logs the trait for a given MRCA (the trait can be anything at all - whereas previously it took an AncestralStateTreeLikelihood).
10 lines of code changed in 1 file:
Trunk refactoring: finish tree likihood model (split parsers)..
333 lines of code changed in 4 files:
Trunk refactoring: organize tree and treelikelihood parsers.
49 lines of code changed in 1 file: