From: cmzmasek@gmail.com Date: Sun, 27 Feb 2011 19:53:13 +0000 (+0000) Subject: Edited wiki page PhyloBioRuby through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=3b713fd5f35a17e30b24fd6198d0ae12519869e6;p=jalview.git Edited wiki page PhyloBioRuby through web user interface. --- diff --git a/wiki/PhyloBioRuby.wiki b/wiki/PhyloBioRuby.wiki index 8d372e1..551647d 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -76,7 +76,11 @@ In the following, examples for using the MAFFT and Muscle are shown. === MAFFT === -{{{ +The following example uses the MAFFT program to align four sequences +and then prints the result to the screen. +If the path to the MAFFT executable is properly set, `mafft = Bio::MAFFT.new(options)` can be used instead of explicitly giving a path. + +n{{{ #!/usr/bin/env ruby require 'bio'