Edited wiki page RIO through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 20 Dec 2012 01:14:57 +0000 (01:14 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 20 Dec 2012 01:14:57 +0000 (01:14 +0000)
wiki/RIO.wiki

index 8bafb64..79c40b7 100644 (file)
@@ -13,7 +13,10 @@ java -Xmx2048m -cp forester.jar org.forester.application.rio [options] <gene tre
 }}}
 
 === Options ===
-
+  * -f=<first> : first gene tree to analyze (0-based index)
+  * -l=<last> : last gene tree to analyze (0-based index)
+  * -r=<re-rooting> : re-rooting method for gene trees, possible values or 'none', 'midpoint', or 'outgroup' (default: by minizming duplications)
+  * -o=<outgroup>  : for rooting by outgroup, name of outgroup (external gene tree node)
   * -b : to use SDIR instead of GSDIR (faster, but non-binary species trees are disallowed) 
 
   
@@ -23,8 +26,8 @@ All gene trees must be *completely binary*.
 
 
 ==== Species tree ====
-Must be in [http://www.biomedcentral.com/1471-2105/10/356/ phyloXML] format ([http://forester.googlecode.com/files/species_tree_rio.xml example]). 
-The species tree is allowed to have nodes with more than two descendents (polytomies), as long as the (slower) GSDIR ([GSDI GSDI] re-rooting) algorithm is used. 
+The species tree ideally is in [http://www.biomedcentral.com/1471-2105/10/356/ phyloXML] format, but can also be in New Hamphshire (Newick) or Nexus format  ([http://forester.googlecode.com/files/species_tree_rio.xml example]). 
+The species tree is allowed to have nodes with more than two descendants (polytomies), as long as the (slower) GSDIR ([GSDI GSDI] re-rooting) algorithm is used. 
 
 
 === Example ===