Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dong.w.xie | 27 (100.0%) | 690 (100.0%) | 25.5 |
Trunk: tidy up JUnit test in app
0 lines of code changed in 2 files:
TRUNK: sovle Issue 296: The imported data has become global to all BEAUti windows
45 lines of code changed in 2 files:
TRUNK: BEAUti Phylogeographic big update to treat traits as partition data, not complete yet.
3 lines of code changed in 1 file:
TRUNK: BEAUti definitely this time.
1 lines of code changed in 1 file:
Trunk: solve Issue 282: BEAUti: AlignmentGenerator cannot print sequence with long sites properly.
1 lines of code changed in 1 file:
Trunk refactoring: make evoxml parsers more organized.
7 lines of code changed in 1 file:
Trunk: start merge BEAUti from branch 1.5 in
2 lines of code changed in 1 file:
BEAUTi: keep reducing ModelOptions by create enum DateUnitsType, and fix the bug of r2223.
3 lines of code changed in 1 file:
Fix the problem of BEAST using BEAUTi code, finding from r2123.
2 lines of code changed in 1 file:
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:
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.
1 lines of code changed in 1 file:
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.
3 lines of code changed in 3 files:
Update Big Change of BEAUTi:
1) use List to store treeFileName and subtreeFileName, and update MCMC panel;
2) correct EBSP xml, but still have a problem in VDAnalysis;
3) start to fix *BEAST.
3 lines of code changed in 1 file:
Update Big Change of BEAUTi: modify generator, but BranchRate generator still has problem.
13 lines of code changed in 1 file:
Update Big Change of BEAUTi: the part of generator.
16 lines of code changed in 1 file:
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:
BEAUTi: replace all dataType with getter.
1 lines of code changed in 1 file:
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.
1 lines of code changed in 1 file:
BEAUTi: rename partition series classes, and final relation is PartitionData => PartitionSubstitutionModel => PartitionTreeModel => PartitionTreePrior.
13 lines of code changed in 1 file:
BEAUTi: Rename DataPartition into PartitionData, and add PartitionPopulation, to create the structure of PartitionData => PartitionModel => PartitionTree => PartitionPopulation.
4 lines of code changed in 1 file:
Further work of GTR parameter estimation test
14 lines of code changed in 1 file:
Refactory BeautiTester
553 lines of code changed in 2 files: