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

bp_bin/order_pairs2

index 34854604297e5ef3d68bd3f892661c490f14d873..b8163668b14faf9db9da94dd97ad7a8c2fbd5939 100755 (executable)
@@ -38,10 +38,10 @@ ILLUMINA18 = 18
 options = Biopieces.options_parse(ARGV)
 
 tmpdir  = Biopieces.mktmpdir
-tmpdir  = "Sletmig"
+#tmpdir  = "Sletmig"
 tmpfile = File.join(tmpdir, "data")
 
-db = DBM.new(tmpfile, 666, DBM::NEWDB)
+db = DBM.new(tmpfile)
 
 Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output|
   input.each_record do |record|