don't really know what the change is here!?
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 7 Jun 2012 14:18:44 +0000 (14:18 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 7 Jun 2012 14:18:44 +0000 (14:18 +0000)
forester/ruby/scripts/bioruby_examples/msa_1.rb

index 79b7005..92a4acf 100644 (file)
@@ -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 }