Directory src/dr/evomodelxml/

Total Files:
7
Deleted Files:
33
Lines of Code:
413

[root]/src/dr/evomodelxml
                directory in repo MSSD (6 files, 289 lines)
                directory in repo branchratemodel (14 files, 501 lines)
                directory in repo clock (2 files, 149 lines)
                directory in repo coalescent (35 files, 1879 lines)
                    directory in repo operators (6 files, 371 lines)
                directory in repo indel (3 files, 164 lines)
                directory in repo operators (28 files, 1050 lines)
                directory in repo sitemodel (7 files, 388 lines)
                directory in repo speciation (35 files, 1088 lines)
                directory in repo substmodel (29 files, 1965 lines)
                directory in repo tree (27 files, 962 lines)
                directory in repo treelikelihood (7 files, 29 lines)

Lines of Code

src/dr/evomodelxml/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 156 (100.0%) 4920 (100.0%) 31.5
dong.w.xie 69 (44.2%) 1527 (31.0%) 22.1
alexei.drummond 20 (12.8%) 1315 (26.7%) 65.7
rambaut 23 (14.7%) 894 (18.2%) 38.8
Sibon.Li@gmail.com 7 (4.5%) 374 (7.6%) 53.4
akaruiws 9 (5.8%) 309 (6.3%) 34.3
alexander.alekseyenko 3 (1.9%) 217 (4.4%) 72.3
msuchard 3 (1.9%) 141 (2.9%) 47.0
jheled 21 (13.5%) 137 (2.8%) 6.5
bloomquist 1 (0.6%) 6 (0.1%) 6.0

Most Recent Commits

rambaut 2013-03-14 00:00 Rev.: 5482

Created an 'AttributeBranchRateModel' which exposes an attribute embedded in a tree as a branch rate model.

1 lines of code changed in 2 files:

  • src/dr/evomodelxml: EmpiricalTreeDistributionModelParser.java (new)
rambaut 2013-03-07 21:56 Rev.: 5472

EmpiricalTreeDistributionModel can now read a rate attribute and expose it as a branchRateModel (it now implements that interface).

9 lines of code changed in 1 file:

  • src/dr/evomodelxml: EmpiricalTreeDistributionModelParser.java (+9 -1)
msuchard 2012-09-27 21:22 Rev.: 5177

Extract leaf traits from the compound parameter constructed in an integrated continuous trait likelihood

89 lines of code changed in 1 file:

  • src/dr/evomodelxml: LeafTraitExtractorParser.java (new 89)
rambaut 2010-08-20 04:13 Rev.: 3414

Added command line option '-prefix <PREFIX>' to specify a string which will be prefixed to all output log files. This is an alternative to changing the log file names in the XML when running multiple replicate runs in the same location.

81 lines of code changed in 2 files:

  • src/dr/evomodelxml: CSVExporterParser.java (new)
rambaut 2010-06-02 22:53 Rev.: 3215

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).

1 lines of code changed in 2 files:

  • src/dr/evomodelxml: WanderingTaxonLoggerParser.java (+1 -2)
dong.w.xie 2010-03-02 13:21 Rev.: 3003

Trunk refactoring: finish trace (split parsers).

158 lines of code changed in 1 file:

  • src/dr/evomodelxml: TreeTraceAnalysisParser.java (new 158)
Sibon.Li@gmail.com 2010-02-23 14:55 Rev.: 2961

Fixed my last commit

0 lines of code changed in 1 file:

  • src/dr/evomodelxml: MixtureModelBranchRatesParser.java (del)
Sibon.Li@gmail.com 2010-02-23 14:38 Rev.: 2960

Modified MixtureModelBranchRates to not have to take in quantiles

124 lines of code changed in 1 file:

  • src/dr/evomodelxml: MixtureModelBranchRatesParser.java (new 124)
dong.w.xie 2010-02-22 10:42 Rev.: 2954

Trunk refactoring: organize tree and treelikelihood parsers.

0 lines of code changed in 4 files:

  • src/dr/evomodelxml: MicrosatelliteSamplerTreeLikelihoodParser.java (del), MicrosatelliteSamplerTreeModelParser.java (del), TreeLoggerParser.java (del), TreeModelParser.java (del)
dong.w.xie 2010-02-19 14:54 Rev.: 2944

Trunk refactoring: finish Random Local Yule Model (split parsers).

0 lines of code changed in 3 files:

  • src/dr/evomodelxml: BirthDeathModelParser.java (del), BirthDeathSerialSamplingModelParser.java (del), YuleModelParser.java (del)
dong.w.xie 2010-02-18 10:12 Rev.: 2939

Trunk refactoring: branch rate and clock rate model (split parsers).

0 lines of code changed in 3 files:

  • src/dr/evomodelxml: DiscretizedBranchRatesParser.java (del), MixtureModelBranchRatesParser.java (del), RandomDiscretizedBranchRatesParser.java (del)
dong.w.xie 2010-02-17 16:12 Rev.: 2936

Trunk refactoring: make evoxml parsers more organized.

12 lines of code changed in 3 files:

  • src/dr/evomodelxml: BirthDeathModelParser.java (new 8), BirthDeathSerialSamplingModelParser.java (new 1), YuleModelParser.java (new 3)
dong.w.xie 2010-02-17 16:04 Rev.: 2935

Trunk refactoring: make subst parsers more organized.

0 lines of code changed in 20 files:

  • src/dr/evomodelxml: AsymQuadModelParser.java (del), BinaryCovarionModelParser.java (del), BinarySubstitutionModelParser.java (del), ComplexSubstitutionModelParser.java (del), CovarionGTRParser.java (del), CovarionHKYParser.java (del), EmpiricalAminoAcidModelParser.java (del), FrequencyModelParser.java (del), GLMSubstitutionModelParser.java (del), GTRParser.java (del), GeneralSubstitutionModelParser.java (del), HKYParser.java (del), LewisMkSubstitutionModelParser.java (del), LinearBiasModelParser.java (del), MkModelParser.java (del), SubstitutionEpochModelParser.java (del), TN93Parser.java (del), TwoPhaseModelParser.java (del), TwoStateCovarionModelParser.java (del), YangCodonModelParser.java (del)
dong.w.xie 2010-02-17 15:15 Rev.: 2933

Trunk: fix bugs, parser should return the exact model type referred.

5 lines of code changed in 3 files:

  • src/dr/evomodelxml: BinarySubstitutionModelParser.java (new 2), CovarionHKYParser.java (new 1), MkModelParser.java (new 2)
dong.w.xie 2010-02-17 15:09 Rev.: 2932

Trunk: fix BinaryCovarionModelParser bug.

1 lines of code changed in 1 file:

  • src/dr/evomodelxml: BinaryCovarionModelParser.java (new 1)
dong.w.xie 2010-02-17 14:56 Rev.: 2931

Trunk refactoring: complex substitution model (split parsers).

230 lines of code changed in 2 files:

  • src/dr/evomodelxml: ComplexSubstitutionModelParser.java (new 155), GLMSubstitutionModelParser.java (new 75)
dong.w.xie 2010-02-17 12:29 Rev.: 2930

Trunk refactoring: finish substitution model (split parsers).

315 lines of code changed in 4 files:

  • src/dr/evomodelxml: CovarionGTRParser.java (new 18), EmpiricalAminoAcidModelParser.java (new 73), GTRParser.java (new 122), YangCodonModelParser.java (new 102)
dong.w.xie 2010-02-17 12:00 Rev.: 2929

Trunk refactoring: big part of substitution model (split parsers).

402 lines of code changed in 10 files:

  • src/dr/evomodelxml: AsymQuadModelParser.java (new 21), BinarySubstitutionModelParser.java (+2 -2), FrequencyModelParser.java (new 124), GeneralSubstitutionModelParser.java (new 103), HKYParser.java (new 5), LinearBiasModelParser.java (new 3), MkModelParser.java (+2 -2), SubstitutionEpochModelParser.java (new 74), TN93Parser.java (new 65), TwoPhaseModelParser.java (new 3)
dong.w.xie 2010-02-17 10:25 Rev.: 2927

Trunk refactoring: substitution model - binary (spilt parsers).

345 lines of code changed in 5 files:

  • src/dr/evomodelxml: BinaryCovarionModelParser.java (+83), BinarySubstitutionModelParser.java (+1 -1), CovarionGTRParser.java (+104), CovarionHKYParser.java (+80), TwoStateCovarionModelParser.java (new 77)
alexei.drummond 2010-02-03 09:09 Rev.: 2873

Added parser for Tanja's birth-death serial sampling model

97 lines of code changed in 1 file:

  • src/dr/evomodelxml: BirthDeathSerialSamplingModelParser.java (+97)
Sibon.Li@gmail.com 2009-12-23 17:10 Rev.: 2717

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)

17 lines of code changed in 1 file:

  • src/dr/evomodelxml: DiscretizedBranchRatesParser.java (new 17)
Sibon.Li@gmail.com 2009-12-23 11:17 Rev.: 2716

Removed normalised mean rate function of TreeLogger

10 lines of code changed in 1 file:

  • src/dr/evomodelxml: TreeLoggerParser.java (new 10)
dong.w.xie 2009-12-10 16:03 Rev.: 2685

Trunk: merge from branch 1.5 in

1 lines of code changed in 1 file:

  • src/dr/evomodelxml: BirthDeathModelParser.java (+1 -1)
Sibon.Li@gmail.com 2009-12-04 16:58 Rev.: 2655

Uploaded two new relaxed clock implementations/models, RandomDiscretizedBranchRates and MixtureModelBranchRates.

218 lines of code changed in 2 files:

  • src/dr/evomodelxml: MixtureModelBranchRatesParser.java (new 124), RandomDiscretizedBranchRatesParser.java (new 94)
msuchard 2009-11-12 03:22 Rev.: 2530

Attacking the wandering taxon problem

48 lines of code changed in 1 file:

  • src/dr/evomodelxml: WanderingTaxonLoggerParser.java (+48)
rambaut 2009-11-06 08:39 Rev.: 2513

Added a metropolisHastings option to the EmpiricalTreeDistributionOperator

7 lines of code changed in 2 files:

  • src/dr/evomodelxml: EmpiricalTreeDistributionOperatorParser.java (+7 -1)
dong.w.xie 2009-10-29 16:16 Rev.: 2484

Solve Issue 227: Fix BeastDoc to generate tag doc for BEAST users, but need enhancement.

1 lines of code changed in 1 file:

  • src/dr/evomodelxml: CSVExporterParser.java (+1 -1)
rambaut 2009-10-27 02:01 Rev.: 2473

Implemented an empirical tree distribution model and operator.

5 lines of code changed in 1 file:

  • src/dr/evomodelxml: EmpiricalTreeDistributionModelParser.java (+5)
rambaut 2009-10-27 00:37 Rev.: 2472

Implemented an empirical tree distribution model and operator.

180 lines of code changed in 3 files:

  • src/dr/evomodelxml: EmpiricalTreeDistributionModelParser.java (+98), EmpiricalTreeDistributionOperatorParser.java (+82), EmpiricalTreeDistributionParser.java (del)
jheled 2009-10-26 07:44 Rev.: 2463

add conditional on root for yule

4 lines of code changed in 1 file:

  • src/dr/evomodelxml: YuleModelParser.java (+4 -1)
jheled 2009-10-24 08:37 Rev.: 2458

Remove deprecated class Yule (superceeded by birth death)

Add option for conditioning on root height.

20 lines of code changed in 2 files:

  • src/dr/evomodelxml: BirthDeathModelParser.java (+13 -8), YuleModelParser.java (+7 -6)
alexander.alekseyenko 2009-10-23 02:57 Rev.: 2449

added parsers for Lewis' Mk model with totaly ordered/unordered/custom ordered states.

151 lines of code changed in 1 file:

  • src/dr/evomodelxml: LewisMkSubstitutionModelParser.java (new 151)
rambaut 2009-10-15 11:19 Rev.: 2418

Fix the pathogen build

6 lines of code changed in 1 file:

  • src/dr/evomodelxml: EmpiricalTreeDistributionParser.java (new 6)
rambaut 2009-10-15 09:11 Rev.: 2407

Updated figtreepanel

3 lines of code changed in 1 file:

  • src/dr/evomodelxml: EmpiricalTreeDistributionParser.java (+3 -6)
rambaut 2009-10-15 08:05 Rev.: 2401

TreeModel that draws a random tree from a set loaded from NEXUS file.

104 lines of code changed in 1 file:

  • src/dr/evomodelxml: EmpiricalTreeDistributionParser.java (+104)
rambaut 2009-10-15 06:21 Rev.: 2399

Class naming police...

217 lines of code changed in 2 files:

  • src/dr/evomodelxml: CSVExporter.java (del), CSVExporterParser.java (+217)
msuchard 2009-10-11 13:07 Rev.: 2381

Biased multivariate diffusion for Oli; tweaks to tree attributes.

4 lines of code changed in 1 file:

  • src/dr/evomodelxml: TreeLoggerParser.java (+4 -4)
akaruiws 2009-10-04 22:13 Rev.: 2343

Methods added so that when running BEAST, detail of microsatellite model and its paramters are printed to stardard out.

1 lines of code changed in 1 file:

  • src/dr/evomodelxml: AsymQuadModelParser.java (+1 -6)
akaruiws 2009-10-01 21:41 Rev.: 2330

Implementation of MicrosatelliteSamplterTreeLikelihoodParser.

0 lines of code changed in 1 file:

  • src/dr/evomodelxml: MicrosatelliteSamplerTreeLikelihoodParser.java (new)
akaruiws 2009-10-01 21:03 Rev.: 2325

Parser for MicrosatelliteSamplerTreeModel.

0 lines of code changed in 1 file:

  • src/dr/evomodelxml: MicrosatelliteSamplerTreeModelParser.java (new)

(50 more)

Generated by StatSVN 0.7.0