]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in QA_454_report.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 8 Nov 2011 12:46:07 +0000 (12:46 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 8 Nov 2011 12:46:07 +0000 (12:46 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1615 74ccb610-7750-0410-82ae-013aeee3265d

bp_scripts/QA_454_report.rb

index 1201389ea785e4fa881f189f1c6af2461c20504c..d747fdbbe6199636a8d215558a276cb9c083a96b 100755 (executable)
@@ -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} |