Method: HTS::Faidx#close

Defined in:
lib/hts/faidx.rb

#closeObject

[View source]

43
44
45
46
47
48
# File 'lib/hts/faidx.rb', line 43

def close
  return if closed?

  LibHTS.fai_destroy(@fai)
  @fai = nil
end