Method: Bio::NCBIDB::Common#acc_version

Defined in:
lib/bio/db/genbank/common.rb

#acc_versionObject

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