Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 85 (100.0%) | 4993 (100.0%) | 58.7 |
src/dr/app/tools/ | 16 (18.8%) | 1065 (21.3%) | 66.5 |
src/dr/evomodel/branchratemodel/ | 7 (8.2%) | 819 (16.4%) | 117.0 |
src/dr/math/distributions/ | 10 (11.8%) | 756 (15.1%) | 75.6 |
examples/ | 3 (3.5%) | 399 (8.0%) | 133.0 |
src/dr/inference/distribution/ | 7 (8.2%) | 378 (7.6%) | 54.0 |
src/dr/evomodelxml/ | 7 (8.2%) | 374 (7.5%) | 53.4 |
src/test/dr/inference/distribution/ | 2 (2.4%) | 350 (7.0%) | 175.0 |
src/test/dr/distibutions/ | 7 (8.2%) | 325 (6.5%) | 46.4 |
src/dr/app/tracer/application/ | 4 (4.7%) | 241 (4.8%) | 60.2 |
src/dr/evomodelxml/branchratemodel/ | 6 (7.1%) | 113 (2.3%) | 18.8 |
src/dr/evomodel/clock/ | 1 (1.2%) | 69 (1.4%) | 69.0 |
src/dr/evomodel/tree/ | 4 (4.7%) | 59 (1.2%) | 14.7 |
src/dr/math/ | 1 (1.2%) | 20 (0.4%) | 20.0 |
src/dr/app/beast/ | 4 (4.7%) | 18 (0.4%) | 4.5 |
src/dr/app/beauti/generator/ | 2 (2.4%) | 5 (0.1%) | 2.5 |
src/dr/inference/mcmc/ | 2 (2.4%) | 1 (0.0%) | 0.5 |
src/dr/inference/markovchain/ | 2 (2.4%) | 1 (0.0%) | 0.5 |
Updated InstantiableTracerApp to include an option to load a System exitable instance of Tracer
54 lines of code changed in 2 files:
RandomDiscretizedBranchRates has been renamed to the more meaningful ContinuousBranchRates. RandomDiscretizedBranchRatesParser has been kept and throws an error in the unlikely case that someone actually has been using this implementation.
390 lines of code changed in 8 files:
Changes to MarkovChainDelegate to allow it better access and privileges to MarkovChain
2 lines of code changed in 4 files:
Added InstantiableTracerApp, which allows a threaded call of Tracer (that won't terminate the JVM)
153 lines of code changed in 1 file:
Fixed the parameterisation of the burnin to that of the LogAnalyser (instead of the TreeAnnotator)
1 lines of code changed in 1 file:
Fixed my last commit
16 lines of code changed in 4 files:
Modified MixtureModelBranchRates to not have to take in quantiles
156 lines of code changed in 2 files:
Added MixtureModelBranchRates
4 lines of code changed in 2 files:
Added work in progress to discretizedBranchRates to allow for normalising of the mean branch rate (does not yet work properly but does not effect existing operations)
85 lines of code changed in 2 files:
Removed normalised mean rate function of TreeLogger
20 lines of code changed in 2 files:
Tidied up some code
13 lines of code changed in 3 files:
Created tool MixtureModelLogAnalyser which can parses discrete variables in the log trace
346 lines of code changed in 1 file:
Uploaded two new relaxed clock implementations/models, RandomDiscretizedBranchRates and MixtureModelBranchRates.
691 lines of code changed in 4 files:
Modified text output from NormaliseMeanTreeRate
2 lines of code changed in 2 files:
Fixed bug with TreeParameterModel where double should've been used instead of int
4 lines of code changed in 1 file:
LogNormalDistribution isMeanInRealSpace is actually defaulted to false
1 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:
Fixed up an error message in InverseGaussianDistributionModel
1 lines of code changed in 1 file:
InverseGaussian distribution can now take in either a shape or stdev parameter
102 lines of code changed in 1 file:
(27 more)