Edited wiki page PhyloBioRuby through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 1 Mar 2011 03:04:52 +0000 (03:04 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 1 Mar 2011 03:04:52 +0000 (03:04 +0000)
wiki/PhyloBioRuby.wiki

index 81b753c..a98b414 100644 (file)
@@ -61,14 +61,14 @@ File.open('outfile.fasta', 'w') do |f|
 end
 }}}
 
-The following constants a
-
-  * ClustalW: :clustal
-  * Fasta:    :fasta
-  * Phylip interleaved: :phylip
-  * Phylip non-interleaved: :phylipnon
-  * MSF: :msf
-  * Molphy: :molphy
+The following constants determine the output format
+
+  * ClustalW: '`:clustal`'
+  * Fasta:    '`:fasta`'
+  * Phylip interleaved: '`:phylip`'
+  * Phylip non-interleaved: '`:phylipnon`'
+  * MSF: '`:msf`'
+  * Molphy: '`:molphy`'
 
 
 For example, the following writes in Phylip's non-interleaved format: