From eeacc1bbd2fd8eb3e4b581084b411305d88210d9 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 8 Nov 2011 12:46:07 +0000 Subject: [PATCH] fixed bug in QA_454_report.rb git-svn-id: http://biopieces.googlecode.com/svn/trunk@1615 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 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} | -- 2.39.2