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

index 132d79a..11f29b3 100644 (file)
@@ -294,8 +294,8 @@ module Evoruby
                         
                         if  domain_ranges != nil 
                             domain_ranges.each { |range| 
-                            puts "reange:" + range + ":\n"  
-                                if range != nil
+                                puts "reange:" + range + ":\n"  
+                                if range != nil && range.length > 0
                                     s= range.split("-")
                                     from = s[ 0 ]
                                     to = s[ 1 ]