X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Ftrim_seq;h=d6c1a0933dfe8a1dce77403c81414184d2f382bf;hb=f2532465d9ef7b7eb5d243603d84794e76fb66d9;hp=eab60c0b56b7b44e57e626bb460819fb54e8d90f;hpb=8b91c9da5ee088cb5996140a6a59e7fede239b87;p=biopieces.git diff --git a/bp_bin/trim_seq b/bp_bin/trim_seq index eab60c0..d6c1a09 100755 --- a/bp_bin/trim_seq +++ b/bp_bin/trim_seq @@ -51,11 +51,9 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output| end record.merge! entry.to_bp - - output.puts record if entry.length > 0 - else - output.puts record end + + output.puts record end end