]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed dir in bwa_seq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 13 Mar 2012 10:44:28 +0000 (10:44 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 13 Mar 2012 10:44:28 +0000 (10:44 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1769 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/bwa_seq

index 43637ca5e9677e275c6e1ea037b74378f5cd122c..80c5b5cc87385d4eeb032b1229cb1722bd26b095 100755 (executable)
@@ -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")