]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_scripts/QA_454_report.rb
fixed bug in QA_454_report.rb
[biopieces.git] / 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} |