From 7805c5c0d83276935559557ad151d7e3eee3a33d Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Sun, 27 Feb 2011 19:58:24 +0000 Subject: [PATCH] Edited wiki page PhyloBioRuby through web user interface. --- wiki/PhyloBioRuby.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/PhyloBioRuby.wiki b/wiki/PhyloBioRuby.wiki index ef4905f..43df1c9 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -78,7 +78,7 @@ In the following, examples for using the MAFFT and Muscle are shown. The following example uses the MAFFT program to align four sequences and then prints the result to the screen. -Please note that if the path to the MAFFT executable is properly set `mafft = Bio::MAFFT.new(options)` can be used instead of explicitly indicating the path as in the example. +Please note that if the path to the MAFFT executable is properly set `mafft=Bio::MAFFT.new(options)` can be used instead of explicitly indicating the path as in the example. {{{ #!/usr/bin/env ruby -- 1.7.10.2