]> git.donarmstrong.com Git - biopieces.git/commitdiff
polish usearch_seq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 9 Sep 2013 19:05:50 +0000 (19:05 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 9 Sep 2013 19:05:50 +0000 (19:05 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2193 74ccb610-7750-0410-82ae-013aeee3265d

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
 
   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")
 tmpdir  = Biopieces.mktmpdir
 infile  = File.join(tmpdir, "in.fna")
 outfile = File.join(tmpdir, "out.uc")