Directory src/dr/app/beauti/tipdatepanel/

Total Files:
4
Deleted Files:
0
Lines of Code:
125

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 1479 (100.0%) 32.1
dong.w.xie 28 (60.9%) 863 (58.4%) 30.8
rambaut 17 (37.0%) 603 (40.8%) 35.4
alexei.drummond 1 (2.2%) 13 (0.9%) 13.0

Most Recent Commits

rambaut 2013-05-10 22:32 Rev.: 5643

BEAUti: added Pagel's Lambda transform of tree shape to measure phylogenetic signal in continuous traits. Check box in sites panel for continuous trait partition. Lambda appears in priors table and operators table.

28 lines of code changed in 4 files:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (+7 -1), TipDatesPanel.java (new)
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.

92 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+92 -10)
rambaut 2013-05-03 10:29 Rev.: 5630

Improved tip date parsing - now can read variable precision dates.

17 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+17 -3)
rambaut 2013-04-23 21:44 Rev.: 5603

Adding date precision to the BEAUti/Pathogen date guessing panel

10 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (+10)
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.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -1)
rambaut 2012-02-27 23:36 Rev.: 4733

Added button to allow the setting of dates for selected taxa

165 lines of code changed in 2 files:

  • src/dr/app/beauti/tipdatepanel: DateValueDialog.java (new 89), TipDatesPanel.java (+76 -1)
rambaut 2011-09-16 03:04 Rev.: 4316

Continuous traits nearly working. Separated discrete traits out into a 'component' but will have broken things probably. Fixing up now.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+1 -1)
dong.w.xie 2011-03-17 16:03 Rev.: 3880

Trunk: make clock model group working in GUI, but operators and generator not working yet.

5 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+5 -2)
dong.w.xie 2011-03-16 16:48 Rev.: 3877

Trunk: big change of implementing clock model group, including to correct some auto GUI event regarding "fix mean" and calibration. Not finished yet.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+1 -1)
dong.w.xie 2011-03-14 16:27 Rev.: 3872

Trunk: more work on micro-sat data in BEAUti.

4 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+4 -6)
rambaut 2010-11-18 09:49 Rev.: 3727

Improvements to the Guess Dates Dialog to allow for parsing of calendar dates.

268 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (+268 -22)
rambaut 2010-10-28 22:44 Rev.: 3686

Cleaning up BEAUti a bit.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -2)
rambaut 2010-10-23 03:56 Rev.: 3664

This is a very large commit. It addresses some architectural issues in BEAUti that were going to hinder implementation of continuous traits.

The main thing it does is to isolate creating and importing traits from creating partitions on those traits. A button on the data panel explicitly specifies that a trait should be used as a data partition (i.e., have a TreeLikelihood). This allows traits to be used for other purposes (such as defining Species in *BEAST). This has also allowed considerable simplification of code and tidying up.

There are a number of bug fixes as well over v1.6.0 that I will add to the issue list to keep track of them. Given the complex nature of these changes, I do not think these should be ported to the 1.6.0 branch but perhaps the bugs can be fixed.

These changes will have introduced bugs and possibly cause issues with XML generation that now need to be fixed (I will attempt to catch as many as possible).

1 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+1 -1)
rambaut 2010-09-11 08:41 Rev.: 3527

Fixed issue 369: http://code.google.com/p/beast-mcmc/issues/detail?id=369

6 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+6)
rambaut 2010-09-07 10:37 Rev.: 3497

Switched all uses of org.virion.jam.* to jam.* (org.virion.jam.* is not being updated or fixed). This has touched alot of files but mainly just in the import statements.

11 lines of code changed in 2 files:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (+2 -2), TipDatesPanel.java (+9 -10)
dong.w.xie 2010-04-16 15:10 Rev.: 3124

TRUNK: modification of Discrete Trait in BEAUti, and change default prior of all clock rates into Gamma(0.001, 1000)

20 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+20 -20)
dong.w.xie 2010-04-09 17:56 Rev.: 3111

TRUNK: merge Issue 294 from branch

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -1)
dong.w.xie 2010-03-31 13:37 Rev.: 3091

TRUNK: BEAUti make taxonList static.

20 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+20 -20)
dong.w.xie 2010-02-17 16:12 Rev.: 2936

Trunk refactoring: make evoxml parsers more organized.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -2)
dong.w.xie 2009-12-10 13:44 Rev.: 2678

Trunk: start merge BEAUti from branch 1.5 in

7 lines of code changed in 2 files:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (changed), TipDatesPanel.java (+7 -15)
dong.w.xie 2009-09-10 15:29 Rev.: 2233

BEAUTi: keep reducing ModelOptions by create enum DateUnitsType, and fix the bug of r2223.

13 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+13 -11)
dong.w.xie 2009-09-01 16:24 Rev.: 2172

BEAUTi: fix more bugs regarding calibration calculation, and prior options.

10 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+10 -6)
dong.w.xie 2009-08-28 17:29 Rev.: 2161

BEAUTi: fix more bugs regarding calibration GUI event and log.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -1)
dong.w.xie 2009-08-28 10:11 Rev.: 2155

BEAUTi: add some GUI event, and reset panel.

10 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+10 -12)
dong.w.xie 2009-08-27 17:24 Rev.: 2153

BEAUTi: bug fixing for clock setting in calibrication.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -1)
dong.w.xie 2009-08-25 16:32 Rev.: 2137

BEAUTi: cotinue Issue #100 and Issue #124.
1) add some events in GUI to fire Tip Calibration and Node Calibration;
2) tidy up 5 FixRateType;
3) TODO: the calculation of ini rate and root height for Node Calibration.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -3)
dong.w.xie 2009-08-25 14:29 Rev.: 2136

BEAUTi: cotinue Issue #100 and Issue #124.
1) implement isTipCalibration() by whether maximumTipHeight > 0;
2) if isTipCalibration(), then Tip Dates check box is checked;
3) if any calibration, then fix mean check box in clock panel is disabled.

4 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+4)
dong.w.xie 2009-08-24 18:25 Rev.: 2129

BEAUTi:
1) cotinue Issue #100;
2) start Issue #124.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+1 -1)
dong.w.xie 2009-08-21 11:01 Rev.: 2123

BEAUTi big refactory: move all enum into dr.app.beauti.enumTypes to spearate logic from GUI.
Note: some BEAST classes are using BEAUTi enum.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -2)
dong.w.xie 2009-08-18 16:36 Rev.: 2098

BEAUTi: continue Issue #100:
1) if FIX_MEAN_RATE, then do delta exchange for all clock rates, which has to be multi-clock rates situation;
2) if ESTIMATE, then has scale op for each non-fixed rate except fixed rate, updown op for each non-fixed rate and tree, updownAll op for all non-fixed rates and all trees;
3) need TODO prior parameters calculations in selectParameters and selectOperators;

2 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+2 -5)
dong.w.xie 2009-08-14 17:55 Rev.: 2072

BEAUTi: Issue #100,
1) complete GUI, and a further improvement will be continued;
2) need to add allClockRate delta operator, and implement it in BeastGenerator.

6 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+6 -2)
dong.w.xie 2009-07-28 19:43 Rev.: 1936

Big Change of BEAUTI:
1) implement FixRateType containing estimate, fix mean, fix 1st partition to replace fixSubstitionRate;
2) comment out "mu" for no condon model;
3) correct *BEAST xml by adding updown operators;
4) fix bug to import NEXUS file when it contains subsititution model.

8 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+8 -1)
dong.w.xie 2009-07-24 13:21 Rev.: 1911

BEAUTi: if tip dates then uncheck fix rate in Model panel.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+1)
alexei.drummond 2009-07-15 23:53 Rev.: 1861

intellij tidy

13 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+13 -12)
dong.w.xie 2009-06-19 14:35 Rev.: 1790

BEAUTi: rename partition series classes, and final relation is PartitionData => PartitionSubstitutionModel => PartitionTreeModel => PartitionTreePrior.

0 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (-10)
dong.w.xie 2009-06-18 10:18 Rev.: 1785

BEAUTi: before implement new model in BEAST, disable Yule and Birth Death for gene tree in Tree panel, when checked "use tip dates" in Tip Dates panel.

4 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+4 -1)
dong.w.xie 2009-06-02 10:13 Rev.: 1757

Refactory BEAUTI package structure, add few panel packages and util package.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/tipdatepanel: TipDatesPanel.java (+1)
dong.w.xie 2009-05-28 09:59 Rev.: 1750

Create dr.app.beauti.tipdatepanel package to make clear structure.

734 lines of code changed in 3 files:

  • src/dr/app/beauti/tipdatepanel: GuessDatesDialog.java (+199), GuessDatesException.java (new 11), TipDatesPanel.java (+524)
Generated by StatSVN 0.7.0