From: martinahansen Date: Tue, 16 Oct 2012 14:12:34 +0000 (+0000) Subject: removed raise from classify_taxonomy X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4eed3b661f80010e9dd2936951c747ae4d7382a9;p=biopieces.git removed raise from classify_taxonomy git-svn-id: http://biopieces.googlecode.com/svn/trunk@1965 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/classify_taxonomy b/bp_bin/classify_taxonomy index 7e84571..7a9eae4 100755 --- a/bp_bin/classify_taxonomy +++ b/bp_bin/classify_taxonomy @@ -143,7 +143,7 @@ end casts = [] casts << {:long=>'LCA', :short=>'l', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} -casts << {:long=>'size', :short=>'s', :type=>'uint', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} +casts << {:long=>'size', :short=>'s', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} options = Biopieces.options_parse(ARGV, casts)