Directory src/dr/app/beauti/modelsPanel/

Directory Deleted:
2009-08-10 16:49
Total Files:
0
Deleted Files:
4
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 1518 (100.0%) 33.0
alexei.drummond 8 (17.4%) 909 (59.9%) 113.6
dong.w.xie 25 (54.3%) 415 (27.3%) 16.6
rambaut 13 (28.3%) 194 (12.8%) 14.9

Most Recent Commits

dong.w.xie 2009-08-10 16:49 Rev.: 2047

BEAUTi: Resolved issue #99: spearate models panel into Site Models and Clock Models two panels.

0 lines of code changed in 4 files:

  • src/dr/app/beauti/modelsPanel: ClockModelPanel.java (del), CreateModelDialog.java (del), ModelsPanel.java (del), PartitionModelPanel.java (del)
rambaut 2009-08-04 12:39 Rev.: 2014

A few final tweaks: added a few names to the credits. Fixed issue 107 (credits appearing twice) and 101 (fixed rate box small on Mac).

4 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+4 -4)
rambaut 2009-08-04 00:16 Rev.: 2006

Fixed issue 105: http://code.google.com/p/beast-mcmc/issues/detail?id=105
and addressed 106 (made the dialog box say it is a 'Warning') rather than an error.

4 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+4 -4)
dong.w.xie 2009-07-29 15:03 Rev.: 1945

BEAUTi: add message for choose Fix mean rate and comments in FixRateType.

6 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+6 -1)
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.

43 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+43 -32)
dong.w.xie 2009-07-20 16:35 Rev.: 1883

Update Big Change of BEAUTi:
1) correct branch rate generator and its parameters idref;
2) move Ploidy type for PartitionData into PartitionTreeModel, and add Ploidy type in Tree Model panel when EBSP prior is selected;
3) replace "value" by Parameters.Paser.Value;
4) correct XML for EBSP prior.

31 lines of code changed in 3 files:

  • src/dr/app/beauti/modelsPanel: ClockModelPanel.java (new), ModelsPanel.java (+30 -29)
dong.w.xie 2009-07-16 17:15 Rev.: 1862

Update Big Change of BEAUTi:
1) fix the bug of Operator generator;
2) remove all rates into PartitionClockModelTreeModelLink;
3) comment out autocorrelated and random clock model before the release.
But there will be bugs in generator waiting regarding these changes.

4 lines of code changed in 1 file:

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

intellij tidy

105 lines of code changed in 6 files:

  • src/dr/app/beauti/modelsPanel: ClockModelPanel.java (+34 -43), CreateModelDialog.java (+11 -18), ModelsPanel.java (+31 -29), PartitionModelPanel.java (+29 -6)
dong.w.xie 2009-07-01 16:26 Rev.: 1818

Update Big Change of BEAUTi: add clock model table in Model panel

48 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ClockModelPanel.java (+19 -12), ModelsPanel.java (+29 -12)
dong.w.xie 2009-07-01 12:41 Rev.: 1817

Update Big Change of BEAUTi: store the links between PD, PSM, PCM, PTM, PTP in the class using their class references, List<> of them in BeautiOption is not used anymore. And use getPartition...() in BeautiOption to get the current list of PD or PSM or PCM or PTM.

2 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+2 -2)
dong.w.xie 2009-06-30 11:40 Rev.: 1816

BEAUTi: replace all dataType with getter.

3 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+1 -1), PartitionModelPanel.java (+2 -2)
dong.w.xie 2009-06-29 17:19 Rev.: 1815

Renew Big Change of BEAUTi: update the structure containing multi-substitution models, multi-clock models, multi-tree models and priors.
The structure is PartitionData <=>
PartitionSubstitutionModel; PartitionData <=> PartitionClockModel; and PartitionData <=> PartitionTreeModel <=> PartitionTreePrior.
Given PD(i), there is PSM(0<j<=i), PCM(0<j<=i), PTM(0<k<=i), and PTP (l=1 or k). Also
PD~(PSM,PCM,PTM) and PTM~(PTP).

But updown operator does not init properly.

206 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ClockModelPanel.java (+206)
dong.w.xie 2009-06-26 16:51 Rev.: 1806

Big Change of BEAUTi: finish the structure in GUI only, containing multi-substitution
models, multi-tree models and priors.
The structure is PartitionData <=>
PartitionSubstitutionModel; PartitionData <=> PartitionTreeModel <=>
PartitionTreePrior.
Given PD(i), there is PSM(0<j<=i), PTM(0<k<=i), and PTP (l=1 or k). Also
PD~(PSM,PTM) and PTM~(PTP).

Function and generator not completed.

29 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: PartitionModelPanel.java (+29 -28)
dong.w.xie 2009-06-24 18:13 Rev.: 1798

Big Change of BEAUTi: to create a structure containing multi-substitution models, multi-tree models and priors.
The structure is PartitionData <=>
PartitionSubstitutionModel; PartitionData <=> PartitionTreeModel <=> PartitionTreePrior.
Given PD(i), there is PSM(0<j<=i), PTM(0<k<=i), and PTP (l=1 or k). Also PD~(PSM,PTM) and PTM~(PTP).

Not completed.

6 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+6 -2)
dong.w.xie 2009-06-19 14:35 Rev.: 1790

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

20 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+17 -17), PartitionModelPanel.java (+3 -3)
dong.w.xie 2009-06-19 10:36 Rev.: 1789

BEAUTi: Rename DataPartition into PartitionData, and add PartitionPopulation, to create the structure of PartitionData => PartitionModel => PartitionTree => PartitionPopulation.

1 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+1 -1)
dong.w.xie 2009-06-12 15:20 Rev.: 1774

Fix BEAUTi bug: combo Number of Gamma Categories should be disable when the initial value of combo Site Heterogeneity is None.

9 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: PartitionModelPanel.java (+9 -3)
dong.w.xie 2009-06-02 10:13 Rev.: 1757

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

2 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+1 -1), PartitionModelPanel.java (+1 -1)
dong.w.xie 2009-05-06 15:16 Rev.: 1680

Fix bug that cannot start Beauti because of null point exception in setOption.

5 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+5 -1)
rambaut 2009-05-06 03:05 Rev.: 1670

This may seem like a rather large load of edits but it is just to get the 'plugin' model generator working better. All the Generators are now created in BeastGenerator's constructor. I am going to implement a factory system for the plug in modules but thought I would submit my changes now before things move on too much. I updated before committing so hopefully no painful merges for anyone.

4 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+4 -3)
rambaut 2009-04-26 09:48 Rev.: 1639

Extended linking/unlinking to include trees by mirroring the setup we use for substitution models. Not complete yet so have included a static switch in DataPanel.ALLOW_UNLINKED_TREES which when false, reverts to the old GUI.

8 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+8 -1)
rambaut 2009-04-22 09:36 Rev.: 1616

Further work on BEAUti. Added options to allow sampling of tip dates.

10 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+5 -1), PartitionModelPanel.java (+5 -3)
rambaut 2009-04-22 00:24 Rev.: 1615

Lots of work on BEAUti

Started work on a modularization of BEAST generation (look in beauti.components). Lots of insertion points are defined throughout the BEAST file (relative to all the standard content) and a component can offer to write content to each or any of these. Instances of each component are created in BeautiFrame constructor. Started converting some of the monolithic generation into components (see SequenceErrorModel for an example).

Implemented the ability to import an existing BEAST file but at the moment the taxa, dates and sequences are all that are picked up.

Started work on a 'locations' tab but am currently uncertain whether this shouldn't just be a general traits tab.

Save/Apply templates menu options are hidden as we don't have an implementation yet.

8 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+8 -3)
rambaut 2008-11-27 01:44 Rev.: 1332

Have tried to make the connections between the different panels a bit more robust. GetOptions/SetOptions is now called when a new tab is selected. Have fixed a problem with delta exchange on allMus having a weight of 0 and thus not being put into the mix.

4 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+4 -3)
rambaut 2008-10-25 05:52 Rev.: 1256

Alex and I have been experimenting with a path sampling approach to estimating marginal likelihoods. See eXML in examples/testPathSampling.xml. Not sure it works.

21 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: PartitionModelPanel.java (+21 -1)
rambaut 2008-09-14 10:42 Rev.: 1182

Added the sequencing error/DNA damage model options to BEAUti.

19 lines of code changed in 1 file:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+19 -5)
rambaut 2008-08-17 08:39 Rev.: 1151

More work on Trees panel

112 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: CreateModelDialog.java (+111), ModelsPanel.java (+1 -1)
alexei.drummond 2008-08-12 09:01 Rev.: 1109

refactoring model panel in BEAUti

804 lines of code changed in 2 files:

  • src/dr/app/beauti/modelsPanel: ModelsPanel.java (+459), PartitionModelPanel.java (+345)
Generated by StatSVN 0.7.0