From f7c966a7afc47e7764f47d034029a6f9a9ce5d33 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 14 Aug 2012 13:23:10 +0000 Subject: [PATCH] reverted trim_seq git-svn-id: http://biopieces.googlecode.com/svn/trunk@1892 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/trim_seq | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5