]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/bwa_seq
fixed dir in bwa_seq
[biopieces.git] / 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")