Class: BioDSL::Mummer::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/BioDSL/mummer.rb

Instance Method Summary collapse

Instance Method Details

#q_endObject



207
208
209
# File 'lib/BioDSL/mummer.rb', line 207

def q_end
  q_beg + hit_len - 1
end

#s_endObject



211
212
213
# File 'lib/BioDSL/mummer.rb', line 211

def s_end
  s_beg + hit_len - 1
end