]> git.donarmstrong.com Git - biopieces.git/commitdiff
removed raise from classify_taxonomy
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 16 Oct 2012 14:12:34 +0000 (14:12 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 16 Oct 2012 14:12:34 +0000 (14:12 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1965 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/classify_taxonomy

index 7e845718d81d49aca3c75ce70c6df33c722a32a1..7a9eae49f0c4b48a4de42534aa77be75b465e2c9 100755 (executable)
@@ -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)