Edited wiki page RIO through web user interface.
[jalview.git] / wiki / RIO.wiki
index eb368e6..e14e5d1 100644 (file)
@@ -13,8 +13,8 @@ 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)
+  * `-f=<first>` : first gene tree to analyze (0-based index) (default: analyze all gene trees)
+  * `-l=<last>` : last gene tree to analyze (0-based index) (default: analyze all gene trees)
   * `-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) 
@@ -33,6 +33,7 @@ The species tree is allowed to have nodes with more than two descendants (polyto
 === Example ===
 `rio gene_trees.nh species.xml outtable.tsv log.txt`
 
+`rio gene_trees.nh species.xml outtable.tsv log.txt -r=outgroup -o=XVL1_ECOLI`
 
 === Example files ===
   * [http://forester.googlecode.com/files/gene_trees_rio.nh gene trees file]