Method: HTS::Faidx#length
- Defined in:
- lib/hts/faidx.rb
#length ⇒ Integer Also known as: size
the number of sequences in the index.
70 71 72 73 |
# File 'lib/hts/faidx.rb', line 70 def length check_closed LibHTS.faidx_nseq(@fai) end |