From: cmzmasek@gmail.com Date: Thu, 7 Jun 2012 14:18:44 +0000 (+0000) Subject: don't really know what the change is here!? X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=febf46064a0682ffacf5852d490124d492fb3d45;p=jalview.git don't really know what the change is here!? --- 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 }