X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fplot_scores;h=8cc276d2f0e81055e2641bda2c0f683e183b4f94;hb=a2f82dca77855723ddc50dfb6a763da8558b7610;hp=30ffeb3287dcffc20e44b05dbd01f6e1543abd4b;hpb=dfe922540177aeaad25c2da595b9bac1a2205c27;p=biopieces.git diff --git a/bp_bin/plot_scores b/bp_bin/plot_scores index 30ffeb3..8cc276d 100755 --- a/bp_bin/plot_scores +++ b/bp_bin/plot_scores @@ -25,9 +25,9 @@ # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< require 'maasha/biopieces' +require 'maasha/seq' require 'gnuplot' require 'narray' -require 'pp' terminals = "dumb,x11,aqua,post,pdf,png,svg" title = "Mean Quality Scores" @@ -45,7 +45,7 @@ casts << {:long=>'ylabel', :short=>'Y', :type=>'string', :mandatory=>false, : options = Biopieces.options_parse(ARGV, casts) -SCORES_MAX = 10_000 +SCORES_MAX = 100_000 scores_vec = NArray.int(SCORES_MAX) count_vec = NArray.int(SCORES_MAX)