From febf46064a0682ffacf5852d490124d492fb3d45 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 7 Jun 2012 14:18:44 +0000 Subject: [PATCH] don't really know what the change is here!? --- forester/ruby/scripts/bioruby_examples/msa_1.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forester/ruby/scripts/bioruby_examples/msa_1.rb b/forester/ruby/scripts/bioruby_examples/msa_1.rb index 79b7005..92a4acf 100644 --- a/forester/ruby/scripts/bioruby_examples/msa_1.rb +++ b/forester/ruby/scripts/bioruby_examples/msa_1.rb @@ -1,4 +1,3 @@ -require 'rubygems' require 'bio' seq_ary = Array.new @@ -13,6 +12,8 @@ end # Creates a multiple sequence alignment (possibly unaligned) named # 'seqs' from array 'seq_ary'. seqs = Bio::Alignment.new( seq_ary ) + + seqs.each { |seq| puts seq.to_s } -- 1.7.10.2