Defined in file blastxml2.asn
C++ class: CSearch
Search ::= SEQUENCE {
query-id VisibleString OPTIONAL, -- SeqId of query
query-title VisibleString OPTIONAL, -- Definition line of query
query-len INTEGER OPTIONAL , -- length of query sequence
query-masking SEQUENCE OF Range OPTIONAL, -- Masked offsets.
hits SEQUENCE OF Hit OPTIONAL, -- Hits one for every db sequence
stat Statistics OPTIONAL, -- search statistics
message VisibleString OPTIONAL -- Some (error?) information
}