]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in plot_histogram
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 9 Jun 2009 10:48:19 +0000 (10:48 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 9 Jun 2009 10:48:19 +0000 (10:48 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@519 74ccb610-7750-0410-82ae-013aeee3265d

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 },
     ]   
 );