Method: Bio::FastaDefline#list_ids
- Defined in:
- lib/bio/db/fasta/defline.rb
#list_ids ⇒ Object (readonly)
Shows array that contains IDs (or ID-like strings). Returns an array of arrays of strings.
173 174 175 |
# File 'lib/bio/db/fasta/defline.rb', line 173 def list_ids @list_ids end |