From a2f82dca77855723ddc50dfb6a763da8558b7610 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 25 Nov 2013 15:36:04 +0000 Subject: [PATCH] plot_scores max length set to 100K git-svn-id: http://biopieces.googlecode.com/svn/trunk@2255 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/plot_scores | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2