Method: Bio::FastaFormat#entry_id
- Defined in:
- lib/bio/db/fasta.rb
#entry_id ⇒ Object
Parsing FASTA Defline (using #identifiers method), and shows a possibly unique identifier. It returns a string.
239 240 241 |
# File 'lib/bio/db/fasta.rb', line 239 def entry_id identifiers.entry_id end |