source: tags/arb-6.0/DIST/needs_libs

Last change on this file was 11401, checked in by westram, 10 years ago
  • reintegrates 'tree' into 'trunk':
    • consensus trees:
      • support for merging partial trees ("worked" before, but results were crap; implements #65)
      • generated trees are automatically re-rooted and -ordered
      • always list source trees in consensus-tree-comment; show info about partial trees
      • fixed progress bar
    • made GBT_TREE a base class of other tree classes (implements #31)
    • save tree properties in properties (not in DB)
    • new functions 'Remove zombies/marked from ALL trees'
    • tree load/save: layout fixes
    • unit tests
      • added tests for basic tree modifications (PARSIMONY)
    • performance:
      • compute_tree updates tree information in one traversal
      • tree generators are now capable to generate any type of tree (w/o needing to copy it once)
    • bugfixes:
      • NNI (of marked species) was also always performed for colored species
      • centered beautify-order is stable now
      • improved 'search optimal root'
  • adds:
File size: 224 bytes
Line 
1# libraries needed to link against DIST/DIST.a
2
3SERVERCNTRL/SERVERCNTRL.a
4CONSENSUS_TREE/CONSENSUS_TREE.a
5SL/ARB_TREE/ARB_TREE.a
6SL/GUI_ALIVIEW/GUI_ALIVIEW.a
7SL/MACROS/MACROS.a
8SL/NEIGHBOURJOIN/NEIGHBOURJOIN.a
9SL/NDS/NDS.a
10
Note: See TracBrowser for help on using the repository browser.