Sha256: 71a2c7417d6a1aa575717a4bbd08cabba230008cdfcd326e5581f44bda7cb358
Contents?: true
Size: 380 Bytes
Versions: 23
Compression:
Stored size: 380 Bytes
Contents
# # = bio/db/genbank/refseq.rb - RefSeq database class # # Copyright:: Copyright (C) 2000-2004 Toshiaki Katayama <k@bioruby.org> # License:: The Ruby License # # $Id: refseq.rb,v 1.8 2007/04/05 23:35:40 trevor Exp $ # require 'bio/db/genbank/genbank' module Bio class RefSeq < GenBank # Nothing to do (RefSeq database format is completely same as GenBank) end end # Bio
Version data entries
23 entries across 23 versions & 5 rubygems