From fca741e13da6009c9cb34c34b4f00f1f256350f1 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 13 Mar 2012 10:44:28 +0000 Subject: [PATCH] fixed dir in bwa_seq git-svn-id: http://biopieces.googlecode.com/svn/trunk@1769 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/bwa_seq | 1 - 1 file changed, 1 deletion(-) diff --git a/bp_bin/bwa_seq b/bp_bin/bwa_seq index 43637ca..80c5b5c 100755 --- a/bp_bin/bwa_seq +++ b/bp_bin/bwa_seq @@ -43,7 +43,6 @@ casts << {:long=>'cpus', :short=>'c', :type=>'uint', :mandatory=>false, options = Biopieces.options_parse(ARGV, casts) tmp_dir = Biopieces.mktmpdir -tmp_dir = "Sletmig" tmp_fq = File.join(tmp_dir, "bwa.fq") tmp_sai = File.join(tmp_dir, "bwa.sai") tmp_sam = File.join(tmp_dir, "bwa.sam") -- 2.39.2