Method: Bio::EMBLDB::Common#accession
- Defined in:
- lib/bio/db/embl/common.rb
#accession ⇒ Object
returns the first accession number in the AC lines
113 114 115 |
# File 'lib/bio/db/embl/common.rb', line 113 def accession ac[0] end |