From 04823027e2bc99a30671f3c1021f5f81b08719bd Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 9 Jun 2009 10:48:19 +0000 Subject: [PATCH] fixed bug in plot_histogram git-svn-id: http://biopieces.googlecode.com/svn/trunk@519 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/plot_histogram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_bin/plot_histogram b/bp_bin/plot_histogram index 74ba748..692af53 100755 --- a/bp_bin/plot_histogram +++ b/bp_bin/plot_histogram @@ -48,7 +48,7 @@ $options = Maasha::Biopieces::parse_options( { long => 'title', short => 'T', type => 'string', mandatory => 'no', default => $default, allowed => undef, disallowed => undef }, { long => 'xlabel', short => 'X', type => 'string', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, { long => 'ylabel', short => 'Y', type => 'string', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, - { long => 'sort', short => 's', type => 'string', mandatory => 'no', default => 'num', allowed => 'num,alph', disallowed => undef }, + { long => 'sort', short => 's', type => 'string', mandatory => 'no', default => 'alph', allowed => 'num,alph', disallowed => undef }, ] ); -- 2.39.5