X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=code_ruby%2Flib%2Fmaasha%2Fembl.rb;h=80bafeeacbf61485c99e9e7e381853a6b9e22620;hb=a30677c14f1738f6a76e8c12f2e732cdef9958d6;hp=66a53c066497bb8008694d7d556a05974a8d6d3b;hpb=545eed9d7927e2c59a7c7d3c919aa8d8bed18c86;p=biopieces.git diff --git a/code_ruby/lib/maasha/embl.rb b/code_ruby/lib/maasha/embl.rb index 66a53c0..80bafee 100644 --- a/code_ruby/lib/maasha/embl.rb +++ b/code_ruby/lib/maasha/embl.rb @@ -87,7 +87,7 @@ class EMBL < Filesys seq = @entry[j + 1 .. i].join.delete(" 0123456789") - Seq.new(nil, seq, :dna) if seq + Seq.new(seq: seq, type: :dna) if seq end # Method to get the base keys from EMBL entry and return these