From: martinahansen Date: Mon, 15 Oct 2012 17:11:42 +0000 (+0000) Subject: removed raise from classify_taxonomy X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e13665c171be062caca04268a7736a42a06625e;p=biopieces.git removed raise from classify_taxonomy git-svn-id: http://biopieces.googlecode.com/svn/trunk@1964 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/classify_taxonomy b/bp_bin/classify_taxonomy index f91964f..7e84571 100755 --- a/bp_bin/classify_taxonomy +++ b/bp_bin/classify_taxonomy @@ -158,8 +158,8 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output| if options[:size] if record[:Q_ID].match(/_(\d+)$/) size = $1.to_i - else - raise BiopiecesError, "Could not extract size from Q_ID: #{record[:Q_ID]}" +# else +# raise BiopiecesError, "Could not extract size from Q_ID: #{record[:Q_ID]}" end end