From 4eed3b661f80010e9dd2936951c747ae4d7382a9 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 16 Oct 2012 14:12:34 +0000 Subject: [PATCH] removed raise from classify_taxonomy git-svn-id: http://biopieces.googlecode.com/svn/trunk@1965 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/classify_taxonomy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2