]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/usearch_seq
polish usearch_seq
[biopieces.git] / bp_bin / usearch_seq
index d139957f1929fdd40ff46b038d924580260df0c8..946659f0c165652d32f2c39259ef8074e9484be8 100755 (executable)
@@ -49,7 +49,6 @@ else
   raise ArgumentError, "--identity or --e_val must be specified" unless options[:identity] or options[:e_val]
 end
 
-
 tmpdir  = Biopieces.mktmpdir
 infile  = File.join(tmpdir, "in.fna")
 outfile = File.join(tmpdir, "out.uc")