From: martinahansen Date: Wed, 31 Oct 2012 21:07:35 +0000 (+0000) Subject: added order_pairs2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=05688a9baa0af0785deb73d337b2ea4f35781006;p=biopieces.git added order_pairs2 git-svn-id: http://biopieces.googlecode.com/svn/trunk@1977 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/order_pairs2 b/bp_bin/order_pairs2 index 3485460..b816366 100755 --- a/bp_bin/order_pairs2 +++ b/bp_bin/order_pairs2 @@ -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|