Edited wiki page PhyloBioRuby through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 26 Mar 2011 05:56:47 +0000 (05:56 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 26 Mar 2011 05:56:47 +0000 (05:56 +0000)
wiki/PhyloBioRuby.wiki

index c6e7f59..595e20f 100644 (file)
@@ -43,7 +43,8 @@ msa.each do |entry|
 end
 }}}
 
-The following example shows how to read in a *FASTA*-formatted multiple sequence file.
+
+The following example shows how to read in a *FASTA*-formatted multiple sequence file. (_This seems a little clumsy, I wonder if there is a more direct way, avoiding the creation of an array.)
 {{{
 #!/usr/bin/env ruby
 require 'bio'