From: cmzmasek@gmail.com Date: Sun, 27 Feb 2011 19:58:24 +0000 (+0000) Subject: Edited wiki page PhyloBioRuby through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=7805c5c0d83276935559557ad151d7e3eee3a33d;p=jalview.git Edited wiki page PhyloBioRuby through web user interface. --- 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