| Line | |
|---|
| 1 | // =============================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : di_clusters.hxx // |
|---|
| 4 | // Purpose : Detect clusters of homologous sequences in tree // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in October 2009 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // =============================================================== // |
|---|
| 11 | |
|---|
| 12 | #ifndef DI_CLUSTERS_HXX |
|---|
| 13 | #define DI_CLUSTERS_HXX |
|---|
| 14 | |
|---|
| 15 | #ifndef AW_BASE_HXX |
|---|
| 16 | #include <aw_base.hxx> |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | void DI_create_cluster_awars(AW_root *aw_root, AW_default def, AW_default db); |
|---|
| 20 | AW_window *DI_create_cluster_detection_window(AW_root *aw_root, class WeightedFilter *weightedFilter); |
|---|
| 21 | |
|---|
| 22 | #else |
|---|
| 23 | #error di_clusters.hxx included twice |
|---|
| 24 | #endif // DI_CLUSTERS_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.