From 4f9f6c91b6bb0998091f6d91ab052ca9f587277a Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 17 Oct 2013 12:24:07 +0000 Subject: [PATCH] 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 --- bp_scripts/QA_454_report.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.2