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 233 def initialize(*arg) 234 super(*arg) 235 self.format = 'swiss' 236 self.dbclass = Bio::SPTR 237 end