📄 comparetrees.txt
字号:
*** GENOME EXPLORER HELP FILE ***To provide help on using the GUI, and information about how the programs runContents1) Outline of Function2) Parameters loaded from the .inf file (settings menu)3) The User Interface4) Underlying Method--- COMPARE TREES ------ 1) Outline of Function ---To compare new Hampshire tree files to eachother (for an exact match), and toan array of subtrees for either exact or clade matches.Many independent comparisons can be made, and then summarised into a single output file.--- 2) Parameters loaded from the .inf file (settings menu) ---tree file input directory directory in which to open treefile file choosertree file directories directory directory in which to open directory file choosercompare trees output directory path to default output directory--- 3) The User Interface ---select trees to be compared to each other Choose this option if you want to select several treefiles to be compared to each other select one treefile of each set to compare Choose this option if you want to select one tree file from each set to be compared, and then select directories containing similarly named files to be compared. select treefiles to run add / remove paths to new Hampshire tree files select directories that contain treefiles with names that start the same wayas the names above, and end with the given extension add directories that contain treefiles that begin with the same characters as the files selected in the "select treefiles to run" box. (Begin with - are the same up to the first dot). Edit the extension to enable the correct files to be identified. select output directory select a directory to which output files will be writtencheck for all subtrees within selected treefile Choose this option if you want to identify a specific treefile to be used to generate subtreessemi-colon separated list of subtrees to search for Choose this option to enter a semi-colon separated list of subtrees to search for - in new hampshire format use all clades in first treefile as subtrees Choose this option to use first tree in each set to be compared as a source of subtreessubtree path to treefile, or semi-colon separated list of subtrees - depending on radio button selectedlook for exact subtrees true to include subtree structure when comparing subtrees, false to ignore structure. e.g. ((A,B),C) vs ((A,C),B) - no match if including structure, but a match if ignoring structure: boils down to (A,B,C) vs (A,C,B). --- 4) Underlying Method ---trees are stripped of all branch lengths, bootstrap values and leading underscorecharacters in species names. The contents of every set of parentheses is then arranged in alphabetical order. The trees are then compared directly with String.equals method. If NOT looking for exact subtrees, all parentheses within each set of parentheses are removed and the species are arranged alphabetically.e.g. ((A,B),C)) and ((C,B),A) both become (A,B,C). String.equals method is then usedto compare the subtrees.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -