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

index c81bb23..12706a5 100644 (file)
@@ -293,6 +293,7 @@ module Evoruby
                         
                         if  domain_ranges != nil 
                             domain_ranges.each { |range| 
+                            puts range + "\n"  
                                 if range != nil
                                     s= range.split("-")
                                     from = s[ 0 ]