Opened 8 years ago
#732 new enhancement
simplify sequence export from GDE interface (treeing-tools)
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GDE | Version: | SVN |
Keywords: | Cc: |
Description
Motivation:
Treeing tools called via GDE basically perform 3 different actions:
- build a new
- calculate something with existing (e.g. -optimize/-evaluate)
- add extra species into existing
The sequences of the following species have to be exported in these cases:
- marked or all
- all species that are members of the
⇒ has to unmark all species + mark all species in tree - same as 2. plus all extra species
⇒ has to mark only extra species + mark all species in tree
Wanted behavior:
- leave as is (=export marked or all)
- ignore species marks and always export species which are members of selected
- export marked plus members of selected
Providing that behavior has some implications:
- selection has to become a global option (like marked/all- or alignment-selection)
- marked/all-selection has to be expanded with two new options: treemembers, marked+treemembers
- (de-)selecting a could toggle between
- marked ↔ marked+treemembers
- all ↔ treemembers
Some error cases could/should be checked by GDE interface:
- no selected AND treemembers exported
- overlap between marked and treemembers (only warn?)
- …?
Related: #681
Note: See
TracTickets for help on using
tickets.