nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Iteration.html

26 lines
No EOL
948 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Iteration</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>Iteration</h3><pre>Defined in file <a href="blastxml.asn.html">blastxml.asn</a>
C++ class: <a href="../doxyhtml/classCIteration.html">CIteration</a>
Iteration ::= SEQUENCE {
iter-num INTEGER , -- iteration number
query-ID VisibleString OPTIONAL, -- SeqId of query
query-def VisibleString OPTIONAL,-- Definition line of query
query-len INTEGER OPTIONAL , -- length of query sequence
hits SEQUENCE OF <a href="Hit.html">Hit</a> OPTIONAL, -- Hits one for every db sequence
stat <a href="Statistics.html">Statistics</a> OPTIONAL, -- search statistics
message VisibleString OPTIONAL -- Some (error?) information
}</pre>
</body>
</html>