Edited wiki page PhyloBioRuby through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 9 Mar 2011 01:17:24 +0000 (01:17 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 9 Mar 2011 01:17:24 +0000 (01:17 +0000)
wiki/PhyloBioRuby.wiki

index 1cb3560..0a9f1b6 100644 (file)
@@ -63,7 +63,7 @@ end
 
 ==== Setting the Output Format ====
 
-The following constants determine the output format.
+The following symbols determine the output format.
 
   * ClustalW: `:clustal`
   * FASTA:    `:fasta`
@@ -73,7 +73,7 @@ The following constants determine the output format.
   * Molphy: `:molphy`
 
 
-For example, the following writes PHYLIP's non-interleaved format:
+For example, the following writes in PHYLIP's non-interleaved format:
 
 {{{
 f.write(align.output(:phylipnon))