From b835fc1a5d7a0f5c984cff8c07007c6703bd98d7 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Tue, 1 Mar 2011 03:04:52 +0000 Subject: [PATCH] Edited wiki page PhyloBioRuby through web user interface. --- wiki/PhyloBioRuby.wiki | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wiki/PhyloBioRuby.wiki b/wiki/PhyloBioRuby.wiki index 81b753c..a98b414 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -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: -- 1.7.10.2