Method: HTS::Bcf::Record#ref

Defined in:
lib/hts/bcf/record.rb

#refObject



64
65
66
67
# File 'lib/hts/bcf/record.rb', line 64

def ref
  LibHTS.bcf_unpack(@bcf1, LibHTS::BCF_UN_STR)
  @bcf1[:d][:allele].get_pointer(0).read_string
end