30 lines
No EOL
1.1 KiB
HTML
30 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>BlastOutput</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>BlastOutput</h3><pre>Defined in file <a href="blastxml.asn.html">blastxml.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCBlastOutput.html">CBlastOutput</a>
|
|
|
|
|
|
BlastOutput ::= SEQUENCE {
|
|
program VisibleString , -- BLAST program: blastp, tblastx etc.
|
|
version VisibleString , -- Program version
|
|
reference VisibleString , -- Steven, David, Tom and others
|
|
db VisibleString , -- BLAST Database name
|
|
query-ID VisibleString , -- SeqId of query
|
|
query-def VisibleString , -- Definition line of query
|
|
query-len INTEGER , -- length of query sequence
|
|
query-seq VisibleString OPTIONAL , -- query sequence itself
|
|
param <a href="Parameters.html">Parameters</a>, -- search parameters
|
|
iterations SEQUENCE OF <a href="Iteration.html">Iteration</a>,
|
|
mbstat <a href="Statistics.html">Statistics</a> OPTIONAL -- Mega BLAST search statistics
|
|
}</pre>
|
|
</body>
|
|
</html> |