]> git.donarmstrong.com Git - biopieces.git/commitdiff
blast_seq_pair polish
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 14 Jun 2011 08:38:50 +0000 (08:38 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 14 Jun 2011 08:38:50 +0000 (08:38 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1474 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/blast_seq_pair

index b6529fb4017a6c5d873747a7a26f8ab2560b0c1b..18b2b5bd404a6fab75f3cf638463a6e08e32f84d 100755 (executable)
@@ -151,7 +151,6 @@ casts << {:long=>'no_gaps',   :short=>'G', :type=>'flag',   :mandatory=>false, :
 options = Biopieces.options_parse(ARGV, casts)
 
 tmpdir  = Biopieces.mktmpdir
-tmpdir  = "Tmp"
 infile1 = File.join(tmpdir, "in1.fna")
 infile2 = File.join(tmpdir, "in2.fna")
 outfile = File.join(tmpdir, "blast.out")