#701 closed task (performed)
separate code for PosVarParsimony SAI calculation
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | arb7.0 |
Component: | ARB_NTREE | Version: | SVN |
Keywords: | silva, posvar, pvp | Cc: | cquast@… |
Description (last modified by westram)
Motivation:
- needed by SILVA pipeline
Goal:
- code to calculate posvar-SAI shall move into its own library (separated from GUI code and ARB_NTREE)
- functionality needed in pipeline:
- load from file
- calculate SAI from + sequences
- delete
Proposed interface:
- new function
GB_ERROR TREE_load_to_db(GBDATA *gb_main, const char *treefile, const char *treename);
- new function
GB_ERROR PVP_calculate(GBDATA *gb_main, const char *ali_name, const char *tree_name, const char *target_SAI_name);
- to delete a from database simply use
GB_ERROR error = NULL; { GB_transaction ta(gb_main); GBDATA *gb_tree = GBT_find_tree(gb_main, name); if (gb_tree) error = GB_delete(gb_tree); }
Put 1. into SL/TREE_READ and 2. into new library.
Change History (9)
comment:1 Changed 8 years ago by westram
- Description modified (diff)
- Milestone set to wishlist
comment:2 Changed 8 years ago by westram
- Milestone changed from wishlist to r18q1
- Status changed from new to assigned
comment:3 Changed 7 years ago by westram
- Status changed from assigned to accepted
comment:4 Changed 7 years ago by westram
- Status changed from accepted to _started
comment:5 Changed 7 years ago by westram
- Keywords posvar pvp added
comment:6 Changed 7 years ago by westram
- Resolution set to "fixed"
- Status changed from _started to closed
comment:7 Changed 7 years ago by westram
- Resolution "fixed" deleted
- Status changed from closed to _started
comment:8 Changed 7 years ago by westram
- Resolution set to performed
- Status changed from _started to closed
comment:9 Changed 3 years ago by westram
- Milestone changed from r18q1 to arb7.0
Note: See
TracTickets for help on using
tickets.
CLI tool added by [16919]: