class Bio::FlatFileIndex::Indexer::Parser::SPTRParser
Constants
- SECONDARY
Public Class Methods
new(*arg)
click to toggle source
Calls superclass method
Bio::FlatFileIndex::Indexer::Parser::EMBLParser.new
# File lib/bio/io/flatfile/indexer.rb, line 233 def initialize(*arg) super(*arg) self.format = 'swiss' self.dbclass = Bio::SPTR end