Method: BioDSL::Assemble#entry_left
- Defined in:
- lib/BioDSL/seq/assemble.rb
#entry_left ⇒ BioDSL::Seq
Method to extract and downcase the left part of an assembled pair.
127 128 129 130 131 |
# File 'lib/BioDSL/seq/assemble.rb', line 127 def entry_left entry = @entry1[0...@offset1] entry.seq.downcase! entry end |