]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed QA_454_report.rb to work with new analyze_vals
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 17 Oct 2013 12:24:07 +0000 (12:24 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 17 Oct 2013 12:24:07 +0000 (12:24 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2241 74ccb610-7750-0410-82ae-013aeee3265d

bp_scripts/QA_454_report.rb

index 9564602037b4386af5c68c4ff2b0f4ac55fa2971..4c3f7f55464b62f3398d0050c3505c917e606b4e 100755 (executable)
@@ -80,7 +80,7 @@ class Report
           fields = line.split("\t")
 
           case fields.first
-          when "SEQ"        then @count, @min, @max, @sum, @mean = fields[2 .. 6]
+          when "SEQ"        then @count, @min, @max, @bases, @mean = fields[2 .. 6]
           when "GC%"        then @gc   = fields[6]
           when "HARD_MASK%" then @hard = fields[6]
           when "SOFT_MASK%" then @soft = fields[6]