Get the chromosome of variant.
32 33 34
# File 'lib/hts/bcf/record.rb', line 32 def chrom LibHTS.bcf_hdr_id2name(@header.struct, rid) end