Directory src/dr/app/beauti/generator/

Total Files:
17
Deleted Files:
4
Lines of Code:
92

[root]/src/dr/app/beauti/generator

Lines of Code

src/dr/app/beauti/generator/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1019 (100.0%) 28789 (100.0%) 28.2
dong.w.xie 647 (63.5%) 15037 (52.2%) 23.2
alexei.drummond 58 (5.7%) 5789 (20.1%) 99.8
rambaut 224 (22.0%) 4343 (15.1%) 19.3
msuchard 16 (1.6%) 1951 (6.8%) 121.9
jheled 37 (3.6%) 706 (2.5%) 19.0
Michael.DefoinPLatel 6 (0.6%) 617 (2.1%) 102.8
dong.w.xie@gmail.com 19 (1.9%) 178 (0.6%) 9.3
fbielejec 9 (0.9%) 159 (0.6%) 17.6
Sibon.Li@gmail.com 2 (0.2%) 5 (0.0%) 2.5
bloomquist 1 (0.1%) 4 (0.0%) 4.0

Most Recent Commits

rambaut 2013-05-16 07:54 Rev.: 5654

Leaf taxa are only added to a treeModel if it has them.

1 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: TreeModelGenerator.java (+1 -1)
rambaut 2013-05-16 07:43 Rev.: 5652

Origin date needs its units set.

0 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (changed)
rambaut 2013-05-11 17:33 Rev.: 5646

Fixed that BEAUti was putting stateTagName attribute into TreeLikelihood elements (even though they should only be there for ancestralStateTreeLikelihoods). Was giving a parser warning when run (no other consequences).

6 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (+6 -2)
rambaut 2013-05-10 03:29 Rev.: 5642

Added parsing and setting of date precisions in BEAUti plus generation of uniform sampling within these bounds. Also fixed the date calculations so Jan 1st (say 2013) is 2013.0.

58 lines of code changed in 3 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (+57 -25), OperatorsGenerator.java (new)
dong.w.xie@gmail.com 2013-02-25 10:31 Rev.: 5458

trunk: merge Issue 677

27 lines of code changed in 3 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (+1 -1), TreeLikelihoodGenerator.java (+5 -5), TreeModelGenerator.java (+21 -17)
dong.w.xie@gmail.com 2013-02-22 11:25 Rev.: 5454

trunk: merge Issue 677 : Using Microsatellite loci for inferring one phylogenetic tree that uses all the loci.

74 lines of code changed in 5 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (+46 -2), InitialTreeGenerator.java (+10 -11), PatternListGenerator.java (new)
msuchard 2013-02-01 05:20 Rev.: 5371

BEAUti generates coalescent trees with matching opening and closing tags, a good property to have.

30 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: InitialTreeGenerator.java (+30 -5)
rambaut 2013-01-31 04:42 Rev.: 5367

Porting some fixes from 1.7 branch

5 lines of code changed in 3 files:

  • src/dr/app/beauti/generator: AlignmentGenerator.java (new), InitialTreeGenerator.java (+1 -2)
rambaut 2012-10-14 07:17 Rev.: 5196

BEAUti now generates a hierarchical coalescent simulator that generates monophyletic groups and required clade heights. Clade heights can be given in the Taxon Sets table in the column called 'age'. These should lie inside any hard prior bounds (this is not done automatically).

28 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: InitialTreeGenerator.java (+28 -21)
rambaut 2012-10-11 02:35 Rev.: 5193

Created a new cleaner coalescent simulator parser to help generate nested subtrees from taxon sets. Updating BEAUti to generate simulated trees that conform to monophyly constrants and hard bounds on tmrcas.

88 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: InitialTreeGenerator.java (+88 -25)
dong.w.xie@gmail.com 2012-08-13 14:17 Rev.: 5129

trunk: merge Issue 656 : fix p=0 in Birth Death Serial Sampling Model, and update Unit tests.

5 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: TreePriorGenerator.java (+5 -4)
rambaut 2012-08-04 03:49 Rev.: 5097

Porting fixes from 1.7.3 back into the trunk

66 lines of code changed in 10 files:

  • src/dr/app/beauti/generator: BaseComponentGenerator.java (new), ComponentGenerator.java (new), Generator.java (new), LogGenerator.java (+31 -1), PatternListGenerator.java (-2), TreeLikelihoodGenerator.java (+21 -16)
rambaut 2012-06-08 04:11 Rev.: 5023

Fixed an issue with *BEAST 'species' attributes being left outside the taxon elements.

5 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: BeastGenerator.java (+5 -2)
rambaut 2012-05-18 10:37 Rev.: 4985

Cleaned up the tipdate sampling options (the joint prior model wasn't generating code so hid this option). Removed requirement for taxon sets to be at least 2 taxa.

5 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: BeastGenerator.java (+5 -4)
rambaut 2012-05-17 01:47 Rev.: 4977

Fix for http://code.google.com/p/beast-mcmc/issues/detail?id=620 - allows taxon sets of 1 taxon if 'includeStem' is selected.

13 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: BeastGenerator.java (+13 -10)
rambaut 2012-05-17 01:00 Rev.: 4975

Fix for http://code.google.com/p/beast-mcmc/issues/detail?id=623. Logging multiple clock rates to tree logger now gives partition name prefixed tags.

49 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: LogGenerator.java (+49 -44)
rambaut 2012-05-16 11:29 Rev.: 4967

AncestralTreeLikelihood does not need a substitution model - it gets it from the site model.

0 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (-12)
rambaut 2012-05-15 22:24 Rev.: 4964

Fix for issue 625: http://code.google.com/p/beast-mcmc/issues/detail?id=625
TreeLikelihood for a non codon-partitioned partition was not being given the correct prefix if there was another codon-partitioned partition.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (+2 -2)
fbielejec 2012-04-16 23:27 Rev.: 4925

attempt at fixing RC xml gen

13 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (+13 -9)
rambaut 2012-04-04 23:02 Rev.: 4917

3 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: BeastGenerator.java (+3 -2)
rambaut 2012-03-26 23:14 Rev.: 4889

Fixed an issue in BEAUti with robust counting XML generated where completely gapped sites were being stripped (these are sometimes used to maintain reading frame).

11 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: PatternListGenerator.java (+11 -10)
rambaut 2012-03-07 04:17 Rev.: 4776

Merged changes in 1.7 - fixes generation of MarkovJumps.

22 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (+22 -16)
dong.w.xie@gmail.com 2012-02-21 14:12 Rev.: 4717

trunk:solve Issue 589: BEAUti lost Uniform bound validation, and Issue 590: BEAUti prior dialog GUI logic bug

5 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: BeastGenerator.java (+5 -4)
dong.w.xie@gmail.com 2012-02-14 17:11 Rev.: 4686

trunk: merge Issue 577: BEAUti generator for *BEAST + calibrated Yule is broken

48 lines of code changed in 3 files:

  • src/dr/app/beauti/generator: LogGenerator.java (+2 -1), STARBEASTGenerator.java (new)
dong.w.xie@gmail.com 2012-02-13 15:40 Rev.: 4677

trunk: merge Issue 579 and 580

6 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: BeastGenerator.java (+6)
dong.w.xie@gmail.com 2012-02-10 14:33 Rev.: 4668

trunk: merge changes from branch 1.7

9 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (+7 -7), TreePriorGenerator.java (+2 -2)
rambaut 2012-02-03 11:02 Rev.: 4636

Fix for issue 570.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: PatternListGenerator.java (+1 -1)
rambaut 2012-02-03 03:10 Rev.: 4632

Cleaned up a the id labels for Discrete patterns.

11 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: AlignmentGenerator.java (+11 -11)
rambaut 2012-02-02 21:51 Rev.: 4631

Fix for issue 568
The a partition prefix is now given if there is > 1 partition (plus some issues with the pattern lists inside merge patterns fixed - these don't now have ids).

3 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: PatternListGenerator.java (+3 -2)
dong.w.xie@gmail.com 2012-02-02 17:10 Rev.: 4630

change confused method name and fix prefix bug inside mergePatterns

3 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: PatternListGenerator.java (+3 -3)
dong.w.xie@gmail.com 2012-02-02 16:38 Rev.: 4629

fix a bug of taxa prefix

1 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: InitialTreeGenerator.java (+1 -1)
dong.w.xie 2011-12-20 12:25 Rev.: 4554

trunk:solve Issue 548: Beauti does not generate functional xml for msat data analysis

4 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: InitialTreeGenerator.java (+2 -2), TreeLikelihoodGenerator.java (+2 -9)
dong.w.xie 2011-12-13 11:07 Rev.: 4540

trunk:solve Issue 541: BEAUti generates wrong xml when enforcing a uniform prior on node ages, and add a nexus example with user specified starting tree

17 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (+2 -1), InitialTreeGenerator.java (+15 -15)
fbielejec 2011-12-12 11:21 Rev.: 4538

reverting r4531

0 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: Generator.java (-3)
rambaut 2011-12-12 10:56

Restored (but renamed to improve clarity) the UI to enable state counting other than the dNdS Robust Counting.

19 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (+16 -26)
fbielejec 2011-12-12 09:52 Rev.: 4531

should we add mergePatterns for dnds robust counting here?

3 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: Generator.java (+3)
fbielejec 2011-12-12 09:51

fixing dnds robust counting

38 lines of code changed in 2 files:

  • src/dr/app/beauti/generator: PatternListGenerator.java (+1 -2), TreeLikelihoodGenerator.java (+37 -8)
dong.w.xie 2011-12-09 10:03 Rev.: 4526

trunk:solve Issue 562: BEAUTi : Birth Death Epidemiology Model update

78 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: TreePriorGenerator.java (+78 -65)
dong.w.xie 2011-12-07 15:37 Rev.: 4523

trunk: remove wrong dependency to dr.evomodel.newtreelikelihood.TreeLikelihood which is not used by main BEAST

3 lines of code changed in 1 file:

  • src/dr/app/beauti/generator: TreeLikelihoodGenerator.java (+3 -3)
dong.w.xie 2011-12-07 10:45 Rev.: 4517

trunk:solve Issue 558: duplicate method to check different taxa in BEAUti and Issue 557: Removing a partition doesn't remove its unique taxa

5 lines of code changed in 6 files:

  • src/dr/app/beauti/generator: BeastGenerator.java (+1 -1), BranchRatesModelGenerator.java (+1 -1), InitialTreeGenerator.java (+1 -1), PatternListGenerator.java (+1 -1), TreePriorGenerator.java (+1 -1)

(378 more)

Generated by StatSVN 0.7.0