From: martinahansen Date: Tue, 9 Jun 2009 10:48:19 +0000 (+0000) Subject: fixed bug in plot_histogram X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=04823027e2bc99a30671f3c1021f5f81b08719bd;p=biopieces.git fixed bug in plot_histogram git-svn-id: http://biopieces.googlecode.com/svn/trunk@519 74ccb610-7750-0410-82ae-013aeee3265d --- 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 }, ] );