Method: Bio::NCBIDB::Common#acc_version
- Defined in:
- lib/bio/db/genbank/common.rb
#acc_version ⇒ Object
Returns the first part of the VERSION record as “ACCESSION.VERSION” String.
57 58 59 |
# File 'lib/bio/db/genbank/common.rb', line 57 def acc_version versions.first.to_s end |