]> git.donarmstrong.com Git - biopieces.git/commitdiff
removed raise from classify_taxonomy
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 15 Oct 2012 17:11:42 +0000 (17:11 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 15 Oct 2012 17:11:42 +0000 (17:11 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1964 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/classify_taxonomy

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