Notes |
|
(0001680)
|
user19
|
1969-12-31 17:33
|
|
[1] Fixed
[2] Just do a random tree but don't randomize the taxa. (need to do #3 first though).
[3] done
[4] Enable this, if they don't have a taxa selected ask them for a number of which to select.
|
|
|
|
Dan,
Please note that both 'add taxon' and 'Remove the selected taxon' menus are needed in 'Tree Input Dialog' as well as 'Tree Topology Editor', because both functions are frequently required depending on which sequences are selected or unselected for the analysis.
To make the menu enabled only when a taxa is selected, you can code in OnUpdate of the ActionList as follows.
ToolBtn.Enabled := TreeEditBox.BranchFocused And (TreeEditBox.FocusedIndex <= TreeEditBox.NoOfOTUs);
Koichiro
|
|
|
(0001683)
|
user19
|
1969-12-31 17:33
|
|
Thanks, I'm working on fixing all of the things listed here. |
|
|
(0001698)
|
user19
|
1969-12-31 17:33
|
|
Remove Selected Taxon is only enabled when it has a taxa selected it can delete. For this reason you have to click on the name, rather than the branch going to it in order for delete to become active. If i just send the branch then the delete action doesn't work. |
|
|
|
Hi Steve,
I am writing in response to your question regarding the MEGA software. Your students may download and use MEGA for free on their home computers. However, you should not distribute the software yourself. You should have students download and install MEGA from https://www.megasoftware.net [^]
--
Best regards,
Glen Stecher
Institute for Genomics and Evolutionary Medicine
igem.temple.edu |
|