Method: HTS::Faidx#close
- Defined in:
- lib/hts/faidx.rb
permalink #close ⇒ Object
[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 |
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 |