From: cmzmasek@gmail.com Date: Tue, 1 Mar 2011 03:16:11 +0000 (+0000) Subject: Edited wiki page PhyloBioRuby through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=0b99ff3a2e787865712924125440fe0f6f522455;p=jalview.git Edited wiki page PhyloBioRuby through web user interface. --- diff --git a/wiki/PhyloBioRuby.wiki b/wiki/PhyloBioRuby.wiki index f0e9f73..847b552 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -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))