]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/lib/maasha/locator.rb
added \r remove hack to genbank/embl parsers
[biopieces.git] / code_ruby / lib / maasha / locator.rb
index 638f473d7fdcebe23f13eb9d7d7da9d8dd9970c1..70aa861fa736edb1ad547edd8061930d06aa6277 100644 (file)
@@ -125,7 +125,7 @@ class Locator
                @subseq.seq << (order ? " " + newseq.seq : newseq.seq)
                                        end
         else
-          $stderr.puts "WARNING: Could not match locator -> #{locator}";
+          $stderr.puts "WARNING: Could not match locator ->#{locator}<-";
           @subseq.seq << ""
         end
       end