X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fuchime_seq;h=8843274cdfe62864ccff10ed6d75efa0458e95bb;hb=2f0fd91b461033529a4a72e161bd133252a22eb6;hp=050491899d724da002803d6e829a897460934098;hpb=b1fadc0ce9224b6a13f8deae332bb902a54c65af;p=biopieces.git diff --git a/bp_bin/uchime_seq b/bp_bin/uchime_seq index 0504918..8843274 100755 --- a/bp_bin/uchime_seq +++ b/bp_bin/uchime_seq @@ -43,7 +43,7 @@ tmpfile = File.join(tmpdir, "tmp.stream") outfile = File.join(tmpdir, "out.uc") Biopieces.open(options[:stream_in], tmpfile) do |input, output| - Fasta.open(infile, mode="w") do |fasta_io| + Fasta.open(infile, "w") do |fasta_io| input.each_record do |record| output.puts record