|
Last change
on this file was
11488,
checked in by westram, 12 years ago
|
- reintegrates '
' into 'trunk'
- implements #417 (multifurcate
)
display
- adds MULTIFURC MODE
- reordered modes (synchronizes NTREE and PARSIMONY)
- branch analysis
- display number of multifurcations in 'mark long branches'
- display "in-
-distance" and "per-species-distance"
- added function to toggle '100%' bootstraps
- document
in GBT_remove_leafs (#452)
- adds:
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | // =============================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : NT_tree_cmp.h // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // =============================================================== // |
|---|
| 10 | |
|---|
| 11 | #ifndef NT_TREE_CMP_H |
|---|
| 12 | #define NT_TREE_CMP_H |
|---|
| 13 | |
|---|
| 14 | #ifndef ARBDB_BASE_H |
|---|
| 15 | #include <arbdb_base.h> |
|---|
| 16 | #endif |
|---|
| 17 | |
|---|
| 18 | enum TreeInfoMode { |
|---|
| 19 | TREE_INFO_COPY, // overwrites existing info |
|---|
| 20 | TREE_INFO_COMPARE, // compare node info |
|---|
| 21 | TREE_INFO_ADD, // doesn't overwrite |
|---|
| 22 | }; |
|---|
| 23 | |
|---|
| 24 | GB_ERROR AWT_move_info(GBDATA *gb_main, const char *tree_source, const char *tree_dest, const char *log_file, TreeInfoMode mode, bool nodes_with_marked_only); |
|---|
| 25 | |
|---|
| 26 | #else |
|---|
| 27 | #error NT_tree_cmp.h included twice |
|---|
| 28 | #endif // NT_TREE_CMP_H |
|---|
Note: See
TracBrowser
for help on using the repository browser.