X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fusearch_seq;h=946659f0c165652d32f2c39259ef8074e9484be8;hb=bdcd4e373c9a3361781e5f171d2d60166c46dc3d;hp=d139957f1929fdd40ff46b038d924580260df0c8;hpb=bb827f984d41390cbcf7a478ae1c6831dbf1dd99;p=biopieces.git diff --git a/bp_bin/usearch_seq b/bp_bin/usearch_seq index d139957..946659f 100755 --- a/bp_bin/usearch_seq +++ b/bp_bin/usearch_seq @@ -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")