X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=blobdiff_plain;f=bp_bin%2Fwrite_fastq;h=796e187708e52affcf8747e95149a97e986d62f7;hp=f6050f38555071932cab4ad91eaba821c8d84a83;hb=5a9b7c80e4e4428e404575ed3c0290cde15a7402;hpb=658943d07afe151e66c8ddfa0fc1708a48515f9d diff --git a/bp_bin/write_fastq b/bp_bin/write_fastq index f6050f3..796e187 100755 --- a/bp_bin/write_fastq +++ b/bp_bin/write_fastq @@ -62,7 +62,7 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output| io_out.puts entry.to_fastq end - output.puts record unless options.has_key? :no_stream + output.puts record unless options[:no_stream] end io_out.close