Return the 0-based, exclusive end position
46 47 48
# File 'lib/hts/bcf/record.rb', line 46 def endpos pos + @bcf1[:rlen] end