36 lines
No EOL
1.4 KiB
HTML
36 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Blast-db-metadata</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>Blast-db-metadata</h3><pre>Defined in file <a href="blastdb.asn.html">blastdb.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCBlast__db__metadata.html">CBlast_db_metadata</a>
|
|
|
|
|
|
Blast-db-metadata ::= SEQUENCE {
|
|
-- Default indicates the starting version
|
|
version VisibleString DEFAULT "1.2",
|
|
dbname VisibleString,
|
|
dbtype VisibleString,
|
|
-- Default indicates the starting version
|
|
db-version INTEGER DEFAULT 5,
|
|
description VisibleString OPTIONAL,
|
|
number-of-letters INTEGER,
|
|
number-of-sequences INTEGER,
|
|
last-updated VisibleString,
|
|
number-of-volumes INTEGER,
|
|
number-of-taxids INTEGER OPTIONAL,
|
|
bytes-total INTEGER,
|
|
bytes-to-cache INTEGER,
|
|
bytes-total-compressed INTEGER OPTIONAL,
|
|
files SEQUENCE OF VisibleString OPTIONAL,
|
|
compressed-files SEQUENCE OF VisibleString OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |