From: martinahansen Date: Mon, 25 Nov 2013 15:36:04 +0000 (+0000) Subject: plot_scores max length set to 100K X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=commitdiff_plain;h=a2f82dca77855723ddc50dfb6a763da8558b7610 plot_scores max length set to 100K git-svn-id: http://biopieces.googlecode.com/svn/trunk@2255 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/plot_scores b/bp_bin/plot_scores index 915dd34..8cc276d 100755 --- a/bp_bin/plot_scores +++ b/bp_bin/plot_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)