]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/plot_scores
plot_scores max length set to 100K
[biopieces.git] / bp_bin / plot_scores
index 915dd34aa3e42475cc8155ceab444b2b1b5f1d3a..8cc276d2f0e81055e2641bda2c0f683e183b4f94 100755 (executable)
@@ -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)