]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/test/maasha/test_seq.rb
fixed quality score validity check
[biopieces.git] / code_ruby / test / maasha / test_seq.rb
index 171e6b1ae9157205527a0613ef68fe65686bf4e7..a7145ef009beb5ebf35e4f48eeb7becf5d5ae4d3 100755 (executable)
@@ -520,12 +520,12 @@ class TestSeq < Test::Unit::TestCase
   end
 
   def test_Seq_qual_valid_returns_correctly
-    tests = [["sanger",      0, 40, 33],
-             ["454",         0, 40, 64],
-             ["solexa",     -5, 40, 64],
-             ["illumina13",  0, 40, 64],
-             ["illumina15",  0, 40, 64],
-             ["illumina18",  0, 41, 33]]
+    tests = [["sanger",      0, 93, 33],
+             ["454",         0, 62, 64],
+             ["solexa",     -5, 62, 64],
+             ["illumina13",  0, 62, 64],
+             ["illumina15",  0, 62, 64],
+             ["illumina18",  0, 93, 33]]
 
     tests.each do |test|
       @entry.qual = (test[1] + test[-1]).chr + (test[2] + test[-1]).chr