]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/plot_histogram
fixed bug in plot_histogram
[biopieces.git] / bp_bin / plot_histogram
index 74ba7486e2feaef842e5d7f99a04776fb95589ad..692af5375ba7e6d81b6c0f8662f94991c2073995 100755 (executable)
@@ -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 },
     ]   
 );