]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/join_seq
changed Seq.new argument to hash
[biopieces.git] / bp_bin / join_seq
index b2749e984aea9d94e533cf444dde24290681ff94..5804624df40bbacc26feea12c16919ca0febd594 100755 (executable)
@@ -38,7 +38,7 @@ casts << {:long=>'delimiter', :short=>'d', :type=>'string', :mandatory=>true, :d
 options = Biopieces.options_parse(ARGV, casts)
 
 sequences = []
-seq = Seq.new(nil, "")
+seq = Seq.new(seq: "")
 
 Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output|
   input.each_record do |record|