From ef3ed8d818d7fcccc893a18c7bb17741c3439784 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Sun, 27 Feb 2011 19:54:15 +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 551647d..5ad92c5 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -80,7 +80,7 @@ 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' -- 1.7.10.2