nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Blast-def-line.html

31 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Blast-def-line</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-def-line</h3><pre>Defined in file <a href="blastdb.asn.html">blastdb.asn</a>
C++ class: <a href="../doxyhtml/classCBlast__def__line.html">CBlast_def_line</a>
Blast-def-line ::= SEQUENCE {
title VisibleString OPTIONAL, -- simple title
seqid SEQUENCE OF <a href="Seq-id.html">Seq-id</a>, -- Regular NCBI Seq-Id
-- taxonomy id, should not be set if multiple taxids are available
-- (see links below)
taxid INTEGER OPTIONAL,
memberships SEQUENCE OF INTEGER OPTIONAL, -- bit arrays
-- Repurposed to store the (multiple) taxIDs associated with WP proteins.
links SEQUENCE OF INTEGER OPTIONAL,
-- In proteins this stores the PIG, in nucleotides this stores the "origin
-- GIs" (if one sequence is described in the ASN.1 as an identical copy of
-- another)
other-info SEQUENCE OF INTEGER OPTIONAL
}</pre>
</body>
</html>