Class: Ms::Mascot::Dat::Header

Inherits:
Section
  • Object
show all
Defined in:
lib/ms/mascot/dat/header.rb

Overview

Header contains information describing the search environment, especially features of the search database, but also search statistics, like exec_time.

Content-Type: application/x-Mascot; name="header"

sequences=257964
sequences_after_tax=257964
residues=93947433
...

Header is a standard Section and simply defines methods for convenient access. See Section for parsing details.

Constant Summary

Constants inherited from Section

Section::CONTENT_TYPE_REGEXP, Section::TO_S_FORMAT

Instance Attribute Summary

Attributes inherited from Section

#dat, #data, #section_name

Method Summary

Methods inherited from Section

#initialize, parse, section_name, #to_s

Constructor Details

This class inherits a constructor from Ms::Mascot::Dat::Section