Edited wiki page PhyloBioRuby through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sun, 27 Feb 2011 19:58:24 +0000 (19:58 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sun, 27 Feb 2011 19:58:24 +0000 (19:58 +0000)
wiki/PhyloBioRuby.wiki

index ef4905f..43df1c9 100644 (file)
@@ -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