Method: Bio::MAF::KVHelpers.extract_n_sequences
- Defined in:
- lib/bio/maf/index.rb
.extract_n_sequences(entry) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
44 45 46 |
# File 'lib/bio/maf/index.rb', line 44 def extract_n_sequences(entry) entry[1].unpack(VAL_N_SEQ_FMT)[0] end |