in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 14 Jul 2012 00:42:46 +0000 (00:42 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 14 Jul 2012 00:42:46 +0000 (00:42 +0000)
forester/ruby/evoruby/lib/evo/apps/multi_sequence_extractor.rb

index 3c70009..132d79a 100644 (file)
@@ -294,7 +294,7 @@ module Evoruby
                         
                         if  domain_ranges != nil 
                             domain_ranges.each { |range| 
-                            puts range + "\n"  
+                            puts "reange:" + range + ":\n"  
                                 if range != nil
                                     s= range.split("-")
                                     from = s[ 0 ]