From: martinahansen Date: Thu, 17 Oct 2013 12:24:07 +0000 (+0000) Subject: fixed QA_454_report.rb to work with new analyze_vals X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=commitdiff_plain;h=4f9f6c91b6bb0998091f6d91ab052ca9f587277a fixed QA_454_report.rb to work with new analyze_vals git-svn-id: http://biopieces.googlecode.com/svn/trunk@2241 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_scripts/QA_454_report.rb b/bp_scripts/QA_454_report.rb index 9564602..4c3f7f5 100755 --- a/bp_scripts/QA_454_report.rb +++ b/bp_scripts/QA_454_report.rb @@ -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]