]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/find_genes
fixed typo
[biopieces.git] / bp_bin / find_genes
index a1257c9a696c8b637fcde96de57e58df195a7969..15e7f5703a74703a30f193cfcb5495beaa80d86f 100755 (executable)
@@ -59,10 +59,6 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output|
   prodigal.run
 
   prodigal.each do |record|
-    record[:DEFINITION].match /seqhdr="([^"]+)/ do |m| 
-      record[:S_ID] = $1
-    end
-
     output.puts record
   end
 end