JAL-2805 added nexus specific parser settings
[jalview.git] / src / jalview / ext / forester /
2018-01-09 kjvdheideJAL-2805 added nexus specific parser settings
2018-01-09 kjvdheideJAL-2805 broke off the phylogenetic file formats into...
2018-01-09 kjvdheideJAL-2805 parser is now File based (instead of FileParse...
2018-01-09 kjvdheideJAL-2805 added forester --> jalview sequence converter
2018-01-09 kjvdheideJAL-1953 moved DataConversions to Forester package
2018-01-05 kjvdheideJAL-281 ForesterParser now extends from AlignFile
2018-01-04 kjvdheideJAL-281 ForesterParser factory methods added
2017-12-20 kjvdheideJAL-281 moved utility methods to .io package
2017-12-20 kjvdheideJAL-281 split up TreeParser into separate format parsers
2017-12-19 kjvdheideJAL-281 created Nexus and PhyloXML parser classes
2017-12-19 kjvdheideJAL-281 cleared out useless tree parser class
2017-12-14 kjvdheideJAL-1953 more progress on interfaces, jalview binding...
2017-12-12 kjvdheideJAL-2877 disabled Jalview's own viewer for testing spikes/thomas
2017-12-11 kjvdheideJAL-2877 disabled Jalview's default tree viewer when...
2017-12-11 kjvdheideJAL-1953 start on making everything interface based
2017-11-26 kjvdheideJAL-2847 first rough attempt at loading in via database ID
2017-11-24 kjvdheideJAL-2799 ALL trees are now loaded in as separate Aptx...
2017-11-22 kjvdheideJAL-2847 small things, filled in actionperformeds
2017-11-20 kjvdheideJAL-281 option pane with error handling for selecting...
2017-11-17 kjvdheideJAL-2805 code refactor (actionPerformed cleaned up...
2017-11-17 kjvdheideJAL-2805 reorganized code, tree building goes through...
2017-11-17 kjvdheideJAL-2795 removed unneeded distancematrix length/width...
2017-11-17 kjvdheideMerge branch 'kjvdh/features/PhylogenyViewer' of
2017-11-17 kjvdheideJAL-2805 couple of method name changes
2017-11-16 kjvdheideJAL-2805 loads of file reorganizing, interfaces expanded
2017-11-15 kjvdheideJAL-2805 functional binding on loading associated trees
2017-11-14 kjvdheideJAL-2805 viewport is passed along to the tree parser
2017-11-14 kjvdheideJAL-2805 more sensible interface method params
2017-11-14 kjvdheideJAL-2805 finished up interface comments
2017-11-13 kjvdheideJAL-2805 interface comments
2017-11-13 kjvdheideJAL-2805 some more name changes
2017-11-13 kjvdheideJAL-2805 more interface name changing
2017-11-13 kjvdheideJAL-2805 TreeParser now interface based
2017-11-13 kjvdheideJAL-2805 undid accidental double (buggy) binding, more...
2017-11-13 kjvdheideJAL-2805 warning messages added if Forester detects...
2017-11-13 kjvdheideJAL-2805 First try at loading tree through Forester...
2017-11-10 kjvdheideJAL-2794 most method parameters/class variables made...
2017-11-08 kjvdheideJAL-2795 created static class for forester conversions
2017-11-02 kjvdheideJAL-2795 moved matrix conversion to the ForesterMatrix...
2017-11-01 kjvdheideJAL-2795 Sequence[] references now as SequenceI[] ...
2017-11-01 kjvdheideJAL-2795 removed sequences[] class variable, more comments
2017-10-30 kjvdheideJAL-2795 added error catching for invalid identifier
2017-10-30 kjvdheideJAL-2795 changed getting index of identifier to Stream...
2017-10-30 kjvdheideJAL-2795 rebuilt MatrixConverter to be purely static
2017-10-30 kjvdheideJAL-2795 finalized method arguments; commited forester...
2017-10-30 kjvdheideJAL-2795 removed unneeded for loop (woops) and initiali...
2017-10-30 kjvdheideJAL-2795 implemented getting/setting identifiers
2017-10-30 kjvdheideJAL-2795 added comments links from ForesterMatrix to...
2017-10-30 kjvdheideJAL-2795 removed now unneeded values variable in Forest...
2017-10-30 kjvdheideJAL-2795 add get for all matrix values to MatrixI ...
2017-10-30 kjvdheideJAL-2795 foresterMatrix now stores distance values...
2017-10-29 kjvdheideJAL-2795 more matrix implementations
2017-10-28 kjvdheideJAL-2795 moved ForesterMatrix to ext.forester