Directory src/dr/app/pathogen/

Total Files:
12
Deleted Files:
1
Lines of Code:
461

[root]/src/dr/app/pathogen
                    directory in repo images (5 files, 0 lines)

Lines of Code

src/dr/app/pathogen/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 102 (100.0%) 4332 (100.0%) 42.4
rambaut 85 (83.3%) 4014 (92.7%) 47.2
alexei.drummond 5 (4.9%) 212 (4.9%) 42.4
dong.w.xie 12 (11.8%) 106 (2.4%) 8.8

Most Recent Commits

rambaut 2013-05-03 10:07 Rev.: 5629

Added local root search to Pathogen.

140 lines of code changed in 4 files:

  • src/dr/app/pathogen: TemporalRooting.java (new), TreesPanel.java (+130 -131)
rambaut 2013-04-24 00:23 Rev.: 5604

Finished tipdate precision for Pathogen. Now shows these as error bars (the points are given a date that is midpoint within the specified precision).

39 lines of code changed in 4 files:

  • src/dr/app/pathogen: SamplesPanel.java (+2), TemporalRooting.java (+20 -1), TreesPanel.java (+17)
rambaut 2013-04-23 21:44 Rev.: 5603

Adding date precision to the BEAUti/Pathogen date guessing panel

24 lines of code changed in 1 file:

  • src/dr/app/pathogen: SamplesPanel.java (+24 -6)
rambaut 2012-11-30 22:06 Rev.: 5265

Pathogen - you can now copy names of selected taxa to the clipboard.

11 lines of code changed in 1 file:

  • src/dr/app/pathogen: TreesPanel.java (+11)
rambaut 2012-11-15 14:41 Rev.: 5229

Branch specific substitution models now working. NewTreeLikelihood will replace BeagleTreeLikelihood in a future commit. AncestralStateTL and MarkovJumpsTL now descend from NewTreeLikelihood. EpochBranchModel uses a different XML format from EpochBranchSubstitutionModel (now depreciated). Also implemented a branch-specific substitution model.

177 lines of code changed in 3 files:

  • src/dr/app/pathogen: PathogenFrame.java (new), TreesPanel.java (+153 -140)
alexei.drummond 2012-10-09 15:51 Rev.: 5191

Added a hack to get rough time-tree out of Pathogen

59 lines of code changed in 3 files:

  • src/dr/app/pathogen: PathogenFrame.java (+56), PathogenMacFileMenuFactory.java (+3)
rambaut 2012-08-08 10:19 Rev.: 5107

Porting 'evaluateLate' interface method from 1.7 branch.

0 lines of code changed in 1 file:

  • src/dr/app/pathogen: TemporalRooting.java (-2)
rambaut 2012-06-27 09:32 Rev.: 5050

Fixed issue with trees with polytomies having bad branch lengths.

1 lines of code changed in 1 file:

  • src/dr/app/pathogen: TemporalRooting.java (+1 -1)
rambaut 2012-06-27 09:21 Rev.: 5049

Fixed issue with trees with polytomies having bad branch lengths.

2 lines of code changed in 1 file:

  • src/dr/app/pathogen: TemporalRooting.java (+2)
rambaut 2011-11-11 23:58 Rev.: 4414

Added node-density feature to Pathogen

77 lines of code changed in 2 files:

  • src/dr/app/pathogen: TemporalRooting.java (+32), TreesPanel.java (+45)
rambaut 2011-07-23 04:00 Rev.: 4116

uncommitting an erroneous revision

0 lines of code changed in 3 files:

  • src/dr/app/pathogen: PathogenDefaultFileMenuFactory.java (new), PathogenMacFileMenuFactory.java (changed)
rambaut 2011-06-06 05:44 Rev.: 4007

Working towards Tracer 1.6. Switched trace 'types' (in the GUI) to 'real', 'integer' and 'categorical' as the previous ones were in programmers' jargon. These buttons also are now disabled when no trace is selected. Also disabled the confirmation box for setting types - if you press the button, then you probably intended to do it (this is a static switch at the top of the TracerFrame.java).

Cleaned up some issues with the generification of 'Variate' - in particular some methods in the plotting were not being overridden.

In 'distribution' tab, for real traces, KDEs are now the default. Histogram estimates can also be shown.

Options for plotting are now stored for specific traces (for example, if you set a manual range for a trace it is now remembered and used for this trace only).

Cleaned up some odd code in Skyline plotting (causing an erroneous warning box to appear).

Removed a few exclamation marks from dialog box messages and cleaned up the text.

12 lines of code changed in 2 files:

  • src/dr/app/pathogen: ParentPlot.java (new)
dong.w.xie 2011-02-17 15:31 Rev.: 3805

Trunk new Trace: 1) Try to replace Double[] as List<Double>, which save some memory, but it still crashes after loading a big log; 2) use traceType to detemine type, instead of prime type (T) of List<T> in Trace, and integer is stored as List<Double> currently for simlple solution of plotting.

21 lines of code changed in 2 files:

  • src/dr/app/pathogen: ParentPlot.java (+8 -2), TreesPanel.java (+13 -15)
dong.w.xie 2011-02-15 09:08 Rev.: 3796

Trunk: big change of new Tracer, and this check-in starts using List instead array in Variate.

67 lines of code changed in 2 files:

  • src/dr/app/pathogen: ParentPlot.java (+12 -13), TreesPanel.java (+55 -41)
rambaut 2011-02-09 05:18 Rev.: 3792

Pathogen updates

1 lines of code changed in 2 files:

  • src/dr/app/pathogen: PathogenApp.java (new)
rambaut 2010-11-17 09:47 Rev.: 3726

A bit of a hack but if the RegEx function of DateGuesser doesn't like the number it tries to parse it as a calendar date.

3 lines of code changed in 1 file:

  • src/dr/app/pathogen: TreesPanel.java (+3 -1)
rambaut 2010-11-04 03:57 Rev.: 3693

Fixed an error loading non-binary trees (i.e., most unrooted trees).

2 lines of code changed in 1 file:

  • src/dr/app/pathogen: PathogenFrame.java (+2 -2)
rambaut 2010-11-04 01:01 Rev.: 3692

Final tweaks to new version of Pathogen

34 lines of code changed in 2 files:

  • src/dr/app/pathogen: PathogenApp.java (+2 -2), TreesPanel.java (+32 -13)
rambaut 2010-11-03 20:09 Rev.: 3690

Pathogen loads Newick tree files now.

35 lines of code changed in 1 file:

  • src/dr/app/pathogen: PathogenFrame.java (+35 -52)
rambaut 2010-10-15 21:41 Rev.: 3655

Updated revision number of Pathogen

2 lines of code changed in 1 file:

  • src/dr/app/pathogen: PathogenApp.java (+2 -2)
rambaut 2010-10-14 04:15 Rev.: 3644

Added common ancestor lines to pathogen. These help explore the outliers.

20 lines of code changed in 2 files:

  • src/dr/app/pathogen: ParentPlot.java (+17 -10), TreesPanel.java (+3 -2)
rambaut 2010-10-10 20:55 Rev.: 3623

Experimenting with Path-O-Gen

205 lines of code changed in 3 files:

  • src/dr/app/pathogen: ParentPlot.java (+117), TemporalRooting.java (+33 -1), TreesPanel.java (+55 -2)
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.

25 lines of code changed in 8 files:

  • src/dr/app/pathogen: PathogenApp.java (+1 -1), PathogenDefaultFileMenuFactory.java (+4 -4), PathogenFrame.java (+2 -2), PathogenMacFileMenuFactory.java (+4 -4), PathogenMenuBarFactory.java (+5 -5), SamplesPanel.java (+5 -6), TreesPanel.java (+4 -4)
dong.w.xie 2010-06-01 13:01 Rev.: 3204

TRUNK: new tracer dev merged from branch TRACER_NEW_DEV.

2 lines of code changed in 1 file:

  • src/dr/app/pathogen: TreesPanel.java (+2 -2)
rambaut 2010-05-11 01:49 Rev.: 3165

Fixed an issue with root optimization for some trees in PathOGen.

823 lines of code changed in 5 files:

  • src/dr/app/pathogen: PathogenApp.java (+2 -2), PathogenFrame.java (+2 -5), RootToTip.java (new 299), TemporalRooting.java (+403), TreesPanel.java (+117 -10)
rambaut 2009-11-29 08:53 Rev.: 2625

New version of Path-O-Gen v1.2 released.

90 lines of code changed in 1 file:

  • src/dr/app/pathogen: TreesPanel.java (+90 -6)
dong.w.xie 2009-10-21 10:40 Rev.: 2439

Correct ANT for Pathogen Hudson project, and remove warning

0 lines of code changed in 2 files:

  • src/dr/app/pathogen: PathogenApp.java (-1), PathogenMenuBarFactory.java (-2)
rambaut 2009-10-15 08:05 Rev.: 2401

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

53 lines of code changed in 2 files:

  • src/dr/app/pathogen: PathogenApp.java (+4 -4), TreesPanel.java (+49 -4)
dong.w.xie 2009-09-22 15:34 Rev.: 2267

BEAUTi:
1) part of code for Issue 171: Version update reminder in BEAUTi;
2) remove all "/" in the end of URL, which cause error for Wiki.

9 lines of code changed in 1 file:

  • src/dr/app/pathogen: PathogenApp.java (+9 -3)
dong.w.xie 2009-08-11 11:17 Rev.: 2053

Add OSType in dr.app.util to detect OS, and replace all old isMacOS into new one.

5 lines of code changed in 2 files:

  • src/dr/app/pathogen: PathogenApp.java (+2 -1), PathogenMenuBarFactory.java (+3 -1)
rambaut 2009-08-01 23:49 Rev.: 1992

Updated the credits for the upcoming release of BEAST. Note the list of developers in 'BeastVersion.java' is not complete. Please review and revise.

15 lines of code changed in 1 file:

  • src/dr/app/pathogen: PathogenApp.java (+15 -6)
alexei.drummond 2009-07-13 23:44 Rev.: 1848

Refactoring tidy up. Reducing interdependencies between top-level packages. Will upload dependency guidelines to wiki soon.

153 lines of code changed in 2 files:

  • src/dr/app/pathogen: TreeUtils.java (+153 -153)
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/pathogen: SamplesPanel.java (+1 -1)
dong.w.xie 2009-05-28 09:59 Rev.: 1750

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

1 lines of code changed in 1 file:

  • src/dr/app/pathogen: SamplesPanel.java (+1 -1)
rambaut 2009-03-07 03:00 Rev.: 1480

New Uniform Root Prior

124 lines of code changed in 1 file:

  • src/dr/app/pathogen: TemporalStress.java (new 124)
rambaut 2009-02-24 02:58 Rev.: 1451

Pathogen improvements

1 lines of code changed in 1 file:

  • src/dr/app/pathogen: PathogenApp.java (+1 -1)
rambaut 2009-02-14 07:26 Rev.: 1434

Pathogen improvements

9 lines of code changed in 1 file:

  • src/dr/app/pathogen: TreesPanel.java (+9 -6)
rambaut 2009-02-14 04:37 Rev.: 1433

Pathogen work.

17 lines of code changed in 2 files:

  • src/dr/app/pathogen: PathogenFrame.java (+1 -1), TreesPanel.java (+16 -4)
rambaut 2009-02-14 02:35 Rev.: 1432

Added a cutdown version of FigTree as a library to the BEAST lib folder (and as a consequence had to add the jam.jar library). This is so the program 'Path-O-Gen' can use it but it may be useful elsewhere. To get dr/app/pathogen/ to compile you will need to add figtreepanel.jar to your dependencies. To get Path-O-Gen to run, you will need to add jam.jar to the class path.

18 lines of code changed in 1 file:

  • src/dr/app/pathogen: TreesPanel.java (+18 -26)
rambaut 2009-02-13 04:54 Rev.: 1428

First version of 'Path-O-Gen' complete.

266 lines of code changed in 4 files:

  • src/dr/app/pathogen: PathogenApp.java (+14 -3), PathogenFrame.java (+36 -23), TreeDisplayPanel.java (del), TreesPanel.java (+216 -101)

(5 more)

Generated by StatSVN 0.7.0