From: martinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Date: Tue, 8 Nov 2011 12:46:07 +0000 (+0000)
Subject: fixed bug in QA_454_report.rb
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eeacc1bbd2fd8eb3e4b581084b411305d88210d9;p=biopieces.git

fixed bug in QA_454_report.rb

git-svn-id: http://biopieces.googlecode.com/svn/trunk@1615 74ccb610-7750-0410-82ae-013aeee3265d
---

diff --git a/bp_scripts/QA_454_report.rb b/bp_scripts/QA_454_report.rb
index 1201389..d747fdb 100755
--- a/bp_scripts/QA_454_report.rb
+++ b/bp_scripts/QA_454_report.rb
@@ -130,7 +130,7 @@ class Report
     def bp_plot
       STDERR.puts "Creating plots ... "
       system(
-        "read_sff -c -i #{@sff_file} |
+        "read_sff -m -i #{@sff_file} |
          progress_meter |
          plot_distribution -k SEQ_LEN -T 'Length Distribution - unclipped' -t png -o #{@plot1} |
          plot_scores -T 'Mean Quality Scores - unclipped' -t png -o #{@plot2} |