From f0df6c5ea9176bab6321c2e073a9b8db59b4ca27 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 14 Jun 2011 08:38:50 +0000 Subject: [PATCH] blast_seq_pair polish git-svn-id: http://biopieces.googlecode.com/svn/trunk@1474 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/blast_seq_pair | 1 - 1 file changed, 1 deletion(-) diff --git a/bp_bin/blast_seq_pair b/bp_bin/blast_seq_pair index b6529fb..18b2b5b 100755 --- a/bp_bin/blast_seq_pair +++ b/bp_bin/blast_seq_pair @@ -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") -- 2.39.5