Recent Changes for "Maximum Likelihood (GARLI 0.96)" - Bodega Phylogenetics Wikihttp://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%29Recent Changes of the page "Maximum Likelihood (GARLI 0.96)" on Bodega Phylogenetics Wiki.en-us Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-13 14:24:14glor <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> <span>-</span> ||&lt;bgcolor='#E0E0FF'&gt;'''Primary Contact(s)'''||<span><br> - ||Greg Pauly||<br> - ||</span>&lt;bgcolor='#E0E0FF'&gt;'''Created'''<span>||<br> - ||8 March 2009||<br> - </span>||&lt;bgcolor='#E0E0FF'&gt;'''Required Software'''||<br> <span>- </span>||[http://www.nescent.org/informatics/download.php?software_id=4 GARLi v0.96]<span>||<br> - ||Text Editor: </span>[http://www.barebones.com/products/TextWrangler/download.html TextWrangler (for Macs)] or [http://www.textpad.com/ TextPad (for PCs)]||<span><br> - ||&lt;bgcolor='#E0E0FF'&gt;'''Example Datafile'''||<br> - ||</span>[[File(primatespaup.nex)]]|| </td> <td> <span>+</span> ||&lt;bgcolor='#E0E0FF'&gt;'''Primary Contact(s)'''||&lt;bgcolor='#E0E0FF'&gt;'''Created'''||&lt;bgcolor='#E0E0FF'&gt;'''Required Software'''||<span>&lt;bgcolor='#E0E0FF'&gt;'''Example Datafile'''||</span><br> <span>+ ||["Greg Pauly"]||8 March 2009</span>||[http://www.nescent.org/informatics/download.php?software_id=4 GARLi v0.96]<span>,</span>[http://www.barebones.com/products/TextWrangler/download.html TextWrangler (for Macs)] or [http://www.textpad.com/ TextPad (for PCs)]||[[File(primatespaup.nex)]]|| </td> </tr> </table> </div> Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 20:15:48GregPauly <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 17: </td> <td> Line 17: </td> </tr> <tr> <td> </td> <td> <span>+ '''What is GARLI?'''<br> + Here's a short algorithm description from page 2 of the GARLI Manual (Zwickl, 2008).<br> + <br> + GARLI is loosely based on the program GAML, by Paul O. Lewis (1998). It uses a stochastic genetic algorithm-like approach to simultaneously find the topology, branch lengths and substitution model parameters that maximize the log-likelihood (lnL). This involves the evolution of a population of solutions termed individuals, with each individual encoding a tree topology, a set of branch lengths and a set of model parameters. Each individual is assigned a fitness based on its lnL score. Each generation random mutations are applied to some of the components of the individuals, and their fitnesses are recalculated. The individuals are then chosen to be the parents of the individuals of the next generation, in proportion to their fitnesses. This process is repeated many times, and the population of individuals evolves toward higher fitness solutions. Note that the highest fitness individual is automatically maintained in the population, ensuring that it is not lost due to chance (genetic drift).<br> + <br> + The mutation types used by GARLI are divided into three types: topological mutations, model parameter mutations and branch-length mutations. Topological mutations consist of the standard NNI and SPR rearrangement types, as well as a localized form of SPR in which the pruned subtree may only be reattached to branches within a certain radius of its former location. Topological mutations are followed by a variable amount of branch-length optimization. Model mutations simply choose one of the model parameters and multiply it by a gamma-distributed variable with mean 1.0. When branch-length mutations are performed, a number of branches are chosen and each has its current length multiplied by a different gamma-distributed variable.<br> + <br> + </span> </td> </tr> </table> </div> Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 19:58:56GregPauly <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 12: </td> <td> Line 12: </td> </tr> <tr> <td> <span>-</span> ''Maximum likelihood is one of the most widely used optimization methods for phylogenetic tree reconstruction. Unfortunately, full maximum likelihood analyses of many datasets is extremely computationally expensive. As a result, several software packages have been developed to conduct fast maximum likelihood analyses. Two common programs used for this are GARLI and RAxML. For this tutorial, we will be reconstructing trees using GARLI v0.96. GARLI operates on Macintosh, Windows, and Lennox. <span>It operate</span>s by <span>establishing a config file that is</span> then executed from the command prompt.'' </td> <td> <span>+</span> ''Maximum likelihood is one of the most widely used optimization methods for phylogenetic tree reconstruction. Unfortunately, full maximum likelihood analyses of many datasets is extremely computationally expensive. As a result, several software packages have been developed to conduct fast maximum likelihood analyses. Two common programs used for this are GARLI and RAxML. For this tutorial, we will be reconstructing trees using GARLI v0.96. GARLI operates on Macintosh, Windows, and Lennox. <span>You run the analysi</span>s by <span>modifying a config file that you</span> then executed from the command prompt.'' </td> </tr> <tr> <td> Line 17: </td> <td> Line 17: </td> </tr> <tr> <td> <span>- </span>Why use version 0.96 instead of 0.951?<br> <span>-</span> One earlier version of GARLI was 0.951. [http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.951%29#preview A tutorial on this earlier version is available on this site<span>.</span>] The benefit of 0.951 is that it is extremely easy to use on Macs because of the GUI. However, version 0.96 has a number of improvements. In particular, 0.96 1) has amino acid and codon based models of sequence evolution, 2) allows setting multiple search replicates from a single config file, 3) allows backbone and normal topological constraints, 4) allows exclusion sets in the nexus assumptions block, and 5) is faster for non-parametric bootstrapping. There are a bunch of other improvements as well; for a full list check out the GARLI Manual. </td> <td> <span>+ '''</span>Why use version 0.96 instead of 0.951?<span>'''</span><br> <span>+</span> One earlier version of GARLI was 0.951. [http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.951%29#preview A tutorial on this earlier version is available on this site]<span>.</span> The benefit of 0.951 is that it is extremely easy to use on Macs because of the GUI. However, version 0.96 has a number of improvements. In particular, 0.96 1) has amino acid and codon based models of sequence evolution, 2) allows setting multiple search replicates from a single config file, 3) allows backbone and normal topological constraints, 4) allows exclusion sets in the nexus assumptions block, and 5) is faster for non-parametric bootstrapping. There are a bunch of other improvements as well; for a full list check out the GARLI Manual. </td> </tr> <tr> <td> Line 26: </td> <td> Line 26: </td> </tr> <tr> <td> <span>-</span> In addition to the GARLI manual, there is also a very useful GARLI wiki. [https://www.nescent.org/wg_garli/Advanced_topics The Advanced Topics page has several examples with instructions for GARLI and for examining the output trees in PAUP. Check it out. </td> <td> <span>+</span> In addition to the GARLI manual, there is also a very useful GARLI wiki. [https://www.nescent.org/wg_garli/Advanced_topics The Advanced Topics<span>]</span> page has several examples with instructions for GARLI and for examining the output trees in PAUP. Check it out. </td> </tr> <tr> <td> Line 48: </td> <td> Line 48: </td> </tr> <tr> <td> <span>-</span> 2. Open GARLI once you are in the directory containing your executable and your dataset. GARLI automatically looks for the config file and then runs from you specified input/nexus file </td> <td> <span>+</span> 2. Open GARLI once you are in the directory containing your executable and your dataset. GARLI automatically looks for the config file and then runs from you<span>r</span> specified input/nexus file </td> </tr> <tr> <td> Line 51: </td> <td> Line 51: </td> </tr> <tr> <td> <span>-</span> On my laptop, running the 2 GARLI r<span>un</span>s took about 4 minutes. </td> <td> <span>+</span> On my laptop, running the 2 GARLI r<span>eplicate</span>s took about 4 minutes. </td> </tr> <tr> <td> Line 53: </td> <td> Line 53: </td> </tr> <tr> <td> <span>-</span> AVOID GETTING TRAPPED IN LOCAL OPTIMA!!! </td> <td> <span>+</span> <span>'''</span>AVOID GETTING TRAPPED IN LOCAL OPTIMA!!!<span>'''</span> </td> </tr> <tr> <td> Line 56: </td> <td> Line 56: </td> </tr> <tr> <td> <span>-</span> 3. With each tree from your multiple GARLI runs, you should score the tree under likelihood in PAUP*. The reason for this is because GARLI may report identical trees with very similar (but not identical) scores. Identical scores will be recovered when branch lengths and parameters are fully optimized. So now let's open PAUP and score our GARLI tree(s) under likelihood. </td> <td> <span>+</span> 3. With each tree from your multiple GARLI runs, you should score the tree under likelihood in PAUP*. The reason for this is because GARLI may report identical trees with very similar (but not identical) scores. I<span>f they are identical trees, then i</span>dentical scores will be recovered when branch lengths and parameters are fully optimized. So now let's open PAUP and score our GARLI tree(s) under likelihood. </td> </tr> <tr> <td> Line 65: </td> <td> Line 65: </td> </tr> <tr> <td> <span>-</span> '''{{{&gt;set crit=likelihood}}}''' </td> <td> <span>+</span> '''{{{&gt;set crit=likelihood<span>;</span>}}}''' </td> </tr> <tr> <td> Line 74: </td> <td> Line 74: </td> </tr> <tr> <td> <span>- NONPARAMETRIC BOOTSTRAPPING IN GARLI</span> </td> <td> <span>+ ==Nonparametric bootstrapping in GARLI==</span> </td> </tr> <tr> <td> Line 77: </td> <td> Line 77: </td> </tr> <tr> <td> <span>-</span> The best trees from each bootstrap pseudoreplicate dataset will be in a single f<span>all</span> called &lt;ofprefix&gt;.boot.tre. These trees can then be read into PAUP* and a majority-rule consensus tree can be computed as is exemplified in the [http://bodegaphylo.wikispot.org/Parsimony_%28PAUP%2A%29_and_Maximum_Likelihood_%28GARLI%29?action=show&amp;redirect=PAUP%2C+GARLI+tutorial+%28Pauly%29 PAUP*] tutorial. (Obviously it is not necessary to specify the use of treeweights in PAUP when importing the trees because you will only have 1 tree per pseudoreplicate.) </td> <td> <span>+</span> The best trees from each bootstrap pseudoreplicate dataset will be in a single f<span>ile</span> called &lt;ofprefix&gt;.boot.tre. These trees can then be read into PAUP* and a majority-rule consensus tree can be computed as is exemplified in the [http://bodegaphylo.wikispot.org/Parsimony_%28PAUP%2A%29_and_Maximum_Likelihood_%28GARLI%29?action=show&amp;redirect=PAUP%2C+GARLI+tutorial+%28Pauly%29 PAUP*] tutorial. (Obviously it is not necessary to specify the use of treeweights in PAUP when importing the trees because you will only have 1 tree per pseudoreplicate.) </td> </tr> </table> </div> Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 19:50:13GregPauly <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 12: </td> <td> Line 12: </td> </tr> <tr> <td> <span>-</span> ''Maximum likelihood is one of the most widely used optimization methods for phylogenetic tree reconstruction. Unfortunately, full maximum likelihood analyses of many datasets is extremely computationally expensive. As a result, several software packages have been developed to conduct fast maximum likelihood analyses. Two common programs used for this are GARLI and RAxML. For this tutorial, we will be reconstructing trees using G<span>arli</span> v0.96.'' </td> <td> <span>+</span> ''Maximum likelihood is one of the most widely used optimization methods for phylogenetic tree reconstruction. Unfortunately, full maximum likelihood analyses of many datasets is extremely computationally expensive. As a result, several software packages have been developed to conduct fast maximum likelihood analyses. Two common programs used for this are GARLI and RAxML. For this tutorial, we will be reconstructing trees using G<span>ARLI</span> v0.96.<span>&nbsp;GARLI operates on Macintosh, Windows, and Lennox. It operates by establishing a config file that is then executed from the command prompt.</span>'' </td> </tr> <tr> <td> Line 17: </td> <td> Line 17: </td> </tr> <tr> <td> <span>- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum [#Figure1 (Figure 1)].</span> </td> <td> <span>+ Why use version 0.96 instead of 0.951?<br> + One earlier version of GARLI was 0.951. [http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.951%29#preview A tutorial on this earlier version is available on this site.] The benefit of 0.951 is that it is extremely easy to use on Macs because of the GUI. However, version 0.96 has a number of improvements. In particular, 0.96 1) has amino acid and codon based models of sequence evolution, 2) allows setting multiple search replicates from a single config file, 3) allows backbone and normal topological constraints, 4) allows exclusion sets in the nexus assumptions block, and 5) is faster for non-parametric bootstrapping. There are a bunch of other improvements as well; for a full list check out the GARLI Manual.<br> + <br> + Instead of using the GUI, as in 0.951, the analysis in 0.96 is set by modifying a config file in a text editor and then executing the file from the command prompt. A GUI for 0.96 should be available in the future (check the GARLI website).<br> + <br> + Just like with PAUP, the GARLI Manual is extremely helpful and you should expect to reference it frequently. The following paragraph is taken nearly verbatim from the GARLI Manual.<br> + <br> + All directions to the program are provided through a text-based configuration file, which by default is named garli.conf. You will need to open this file in a text editor (Textedit, BBedit, TextWrangler, Notepad, etc) to make changes. In the file you will see a series of fairly cryptically named options. The only thing that must be changed in the file is to enter your dataset name as the '''datafname'''. You should also change the '''ofprefix''' setting to give the program a prefix to be added to the beginning of output filenames. The default values for most settings should work well, at least for an initial exploratory run. The GARLI manual gives details on what the settings mean and why/how you might want to alter them. Make sure that you save the configuration file after making any changes.<br> + <br> + In addition to the GARLI manual, there is also a very useful GARLI wiki. [https://www.nescent.org/wg_garli/Advanced_topics The Advanced Topics page has several examples with instructions for GARLI and for examining the output trees in PAUP. Check it out.</span> </td> </tr> <tr> <td> Line 20: </td> <td> Line 29: </td> </tr> <tr> <td> <span>- ==Part One==<br> - [[anchor(Figure1)]]<br> - [[Image(Figure_1.JPG, thumbnail, right, 400, "Figure 1 - Fill in pertinent info")]]<br> - ==Part Two==</span> </td> <td> <span>+ ==Likelihood search in GARLI Version 0.96==</span> </td> </tr> <tr> <td> Line 25: </td> <td> Line 31: </td> </tr> <tr> <td> <span>- ==etc.==</span> </td> <td> <span>+ 1.As mentioned above, GARLI runs from a config file. We need to modify this config file in a text editor to set our analysis.<br> + Open garli.conf file in a text editor.<br> + Enter "primatespaup.nex" as the '''datafname''' (data file name).<br> + Enter "primateGarli" as your '''ofprefix''' (output file name).<br> + WARNING: Be sure to change the '''ofprefix''' setting in the config file between separate runs of the same nexus file so that you don’t overwrite your previous results.</span> </td> </tr> <tr> <td> Line 27: </td> <td> Line 37: </td> </tr> <tr> <td> <span>- =References=</span> </td> <td> <span>+ If you want to run more than the default (2) number of search replicates, change the value for '''searchreps'''.<br> + <br> + GARLI is designed for the rapid analysis of larger datasets. As a result, the default model for analysis is GTR+I+G. However, proper model selection should still be conducted and the analysis set appropriately. Just to gain familiarity with changing the settings, let's change the settings to have an HKY+I model.<br> + <br> + Enter "2rate" for '''ratematrix'''.<br> + We need to prevent estimation of rate heterogeneity (remember we are doing HKY+I), so:<br> + Enter "none" as the '''ratehetmodel''' (model of rate heterogeneity).<br> + Enter "1" for '''Numratecats''' (the number of categories of variable rates, which must be set to 1 if '''ratehetmodel''' is 0)<br> + <br> + Save the conf.file.<br> + <br> + 2. Open GARLI once you are in the directory containing your executable and your dataset. GARLI automatically looks for the config file and then runs from you specified input/nexus file<br> + ./Garli0.96<br> + <br> + On my laptop, running the 2 GARLI runs took about 4 minutes.<br> + <br> + AVOID GETTING TRAPPED IN LOCAL OPTIMA!!!<br> + It is critical that you do multiple runs when conducting a GARLI analysis. By doing this, you can compare the results you obtain from the different runs to determine if any of your tree searches became trapped in local optima. If all of your runs converge on very similar lnL scores, then you can be more confident that you found the optimal tree. A common rule of thumb is to run enough analyses that you recover the best tree at least twice (and recovering the best tree more than twice is even better; if you have the time, do more runs to be confident that you are not getting trapped in local optima).<br> + <br> + 3. With each tree from your multiple GARLI runs, you should score the tree under likelihood in PAUP*. The reason for this is because GARLI may report identical trees with very similar (but not identical) scores. Identical scores will be recovered when branch lengths and parameters are fully optimized. So now let's open PAUP and score our GARLI tree(s) under likelihood.<br> + <br> + Start PAUP*.<br> + ./paup<br> + <br> + 4. Execute the NEXUS data file.<br> + '''{{{&gt; exec primatespaup.nex;}}}'''<br> + <br> + 5. Change the optimality criterion to likelihood.<br> + '''{{{&gt;set crit=likelihood}}}'''<br> + <br> + 6. Get the trees from the GARLI run. This can be done from one of the .best.tre files or getting all trees simultaneously if multiple runs were done sequentially from the same config file.<br> + '''{{{&gt; gettrees file=primateGarli.best.tre mode=3;}}}'''<br> + <br> + 7. Score the tree. Be sure to set the appropriate model.<br> + <br> + '''{{{&gt; lscore all/nst=2 basefreq=estimate tratio=estimate pinvar=estimate;}}}'''<br> + <br> + NONPARAMETRIC BOOTSTRAPPING IN GARLI<br> + Conducting a bootstrap in GARLI is very easy. Follow the instructions above for setting up a run. Additionally, in the config file, set the '''bootstrapreps''' to the number of replicates you would like.<br> + <br> + The best trees from each bootstrap pseudoreplicate dataset will be in a single fall called &lt;ofprefix&gt;.boot.tre. These trees can then be read into PAUP* and a majority-rule consensus tree can be computed as is exemplified in the [http://bodegaphylo.wikispot.org/Parsimony_%28PAUP%2A%29_and_Maximum_Likelihood_%28GARLI%29?action=show&amp;redirect=PAUP%2C+GARLI+tutorial+%28Pauly%29 PAUP*] tutorial. (Obviously it is not necessary to specify the use of treeweights in PAUP when importing the trees because you will only have 1 tree per pseudoreplicate.)</span> </td> </tr> </table> </div> Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 19:27:36GregPauly <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 6: </td> <td> Line 6: </td> </tr> <tr> <td> <span>-</span> ||[http://www.nescent.org/informatics/download.php?software_id=4 GARLi v0.96|| </td> <td> <span>+</span> ||[http://www.nescent.org/informatics/download.php?software_id=4 GARLi v0.96<span>]</span>|| </td> </tr> <tr> <td> Line 12: </td> <td> Line 12: </td> </tr> <tr> <td> <span>- ''Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.''</span> </td> <td> <span>+ ''Maximum likelihood is one of the most widely used optimization methods for phylogenetic tree reconstruction. Unfortunately, full maximum likelihood analyses of many datasets is extremely computationally expensive. As a result, several software packages have been developed to conduct fast maximum likelihood analyses. Two common programs used for this are GARLI and RAxML. For this tutorial, we will be reconstructing trees using Garli v0.96.''</span> </td> </tr> </table> </div> Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 19:23:59GregPauly <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> <span>- '''NOTES (DELETE THIS WHEN YOU FINISH): Two slightly tricky things:<br> - *The table of contents is generated automatically and correctly only if you use appropriate headings (e.g. start with "{{{=Heading=}}}" then use "{{{==Subheading==}}}", "{{{===Subsubheading===}}}", and so on...)<br> - *When inserting a figure, be sure to include an anchor just above the figure line. This should look like:<br> - {{{[[anchor(Figure1)]]}}}<br> - {{{[[Image(Figure_1.JPG, thumbnail, right, 400, "Figure 1 - Fill in pertinent info")]]}}}<br> - Then you can link to the figure in the text using {{{[#Figure1 text to display]}}}'''<br> - <br> - <br> - <br> - </span> </td> <td> </td> </tr> <tr> <td> Line 12: </td> <td> Line 2: </td> </tr> <tr> <td> <span>- ||Fill in authors here||</span> </td> <td> <span>+ ||Greg Pauly||</span> </td> </tr> <tr> <td> Line 14: </td> <td> Line 4: </td> </tr> <tr> <td> <span>-</span> ||<span>1</span> <span>Janu</span>ar<span>y</span> 200<span>0</span>|| </td> <td> <span>+</span> ||<span>8</span> <span>M</span>ar<span>ch</span> 200<span>9</span>|| </td> </tr> <tr> <td> Line 16: </td> <td> Line 6: </td> </tr> <tr> <td> <span>- ||Fill in Software here (be sure to include links!)||</span> </td> <td> <span>+ ||[http://www.nescent.org/informatics/download.php?software_id=4 GARLi v0.96||<br> + ||Text Editor: [http://www.barebones.com/products/TextWrangler/download.html TextWrangler (for Macs)] or [http://www.textpad.com/ TextPad (for PCs)]||</span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 9: </td> </tr> <tr> <td> <span>- ||upload a datafile here||</span> </td> <td> <span>+ ||[[File(primatespaup.nex)]]||</span> </td> </tr> </table> </div> Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 19:23:22GregPaulyUpload of file <a href="http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%29?action=Files&do=view&target=primatespaup.nex">primatespaup.nex</a>.Maximum Likelihood (GARLI 0.96)http://bodegaphylo.wikispot.org/Maximum_Likelihood_%28GARLI_0.96%292009-03-09 19:11:03BobThomson <div id="content" class="wikipage content"> Differences for Maximum Likelihood (GARLI 0.96)<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ '''NOTES (DELETE THIS WHEN YOU FINISH): Two slightly tricky things:<br> + *The table of contents is generated automatically and correctly only if you use appropriate headings (e.g. start with "{{{=Heading=}}}" then use "{{{==Subheading==}}}", "{{{===Subsubheading===}}}", and so on...)<br> + *When inserting a figure, be sure to include an anchor just above the figure line. This should look like:<br> + {{{[[anchor(Figure1)]]}}}<br> + {{{[[Image(Figure_1.JPG, thumbnail, right, 400, "Figure 1 - Fill in pertinent info")]]}}}<br> + Then you can link to the figure in the text using {{{[#Figure1 text to display]}}}'''<br> + <br> + <br> + <br> + <br> + ||&lt;bgcolor='#E0E0FF'&gt;'''Primary Contact(s)'''||<br> + ||Fill in authors here||<br> + ||&lt;bgcolor='#E0E0FF'&gt;'''Created'''||<br> + ||1 January 2000||<br> + ||&lt;bgcolor='#E0E0FF'&gt;'''Required Software'''||<br> + ||Fill in Software here (be sure to include links!)||<br> + ||&lt;bgcolor='#E0E0FF'&gt;'''Example Datafile'''||<br> + ||upload a datafile here||<br> + <br> + =Summary=<br> + ''Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.''<br> + <br> + [[TableOfContents]]<br> + <br> + =Introduction=<br> + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum [#Figure1 (Figure 1)].<br> + <br> + =Tutorial=<br> + ==Part One==<br> + [[anchor(Figure1)]]<br> + [[Image(Figure_1.JPG, thumbnail, right, 400, "Figure 1 - Fill in pertinent info")]]<br> + ==Part Two==<br> + <br> + ==etc.==<br> + <br> + =References=<br> + <br> + <br> + <br> + <br> + [[Comments]]</span> </td> </tr> </table> </div>