]> git.donarmstrong.com Git - biopieces.git/commitdiff
changed order_pairs2 to gdbm
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 31 Oct 2012 21:23:55 +0000 (21:23 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 31 Oct 2012 21:23:55 +0000 (21:23 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1979 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/order_pairs2

index 473f14e0601b0498190c19c75a7bf6069976c11e..255cbd6c91724164463966801247d20093878f39 100755 (executable)
@@ -38,7 +38,7 @@ ILLUMINA18 = 18
 options = Biopieces.options_parse(ARGV)
 
 tmpdir  = Biopieces.mktmpdir
-tmpdir  = "Sletmig"
+#tmpdir  = "Sletmig"
 tmpfile = File.join(tmpdir, "data")
 
 db = GDBM.new(tmpfile)
@@ -99,7 +99,7 @@ end
 
 db.close
 
-FileUtils.remove_entry_secure("#{tmpfile}.db", true)
+FileUtils.remove_entry_secure(tmpfile, true)
 
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<