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

index f0e9f73..847b552 100644 (file)
@@ -65,13 +65,13 @@ The following constants determine the output format
 
   * ClustalW: `:clustal`
   * Fasta:    `:fasta`
-  * Phylip interleaved: `:phylip`
-  * Phylip non-interleaved: `:phylipnon`
+  * [http://evolution.genetics.washington.edu/phylip.html PHYLIP] interleaved: `:phylip`
+  * [http://evolution.genetics.washington.edu/phylip.html PHYLIP] non-interleaved: `:phylipnon`
   * MSF: `:msf`
   * Molphy: `:molphy`
 
 
-For example, the following writes in Phylip's non-interleaved format:
+For example, the following writes in [http://evolution.genetics.washington.edu/phylip.html PHYLIP]'s non-interleaved format:
 
 {{{
 f.write(align.output(:phylipnon))