nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/ID2-Get-Blob-Details.html

43 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ID2-Get-Blob-Details</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>ID2-Get-Blob-Details</h3><pre>Defined in file <a href="id2.asn.html">id2.asn</a>
C++ class: <a href="../doxyhtml/classCID2__Get__Blob__Details.html">CID2_Get_Blob_Details</a>
ID2-Get-Blob-Details ::= SEQUENCE {
-- reference location for details - can be only part of sequence
location <a href="Seq-loc.html">Seq-loc</a> OPTIONAL,
-- <a href="Seq-entry.html">Seq-entry</a> level for all data except descriptors (sequnence, annots)
seq-class-level INTEGER DEFAULT 1,
-- <a href="Seq-entry.html">Seq-entry</a> level for descriptors
descr-level INTEGER DEFAULT 1,
-- mask of descriptor types - see <a href="Seqdesc.html">Seqdesc</a> for variants' values
descr-type-mask INTEGER DEFAULT 0,
-- mask of annotation types - see <a href="Seq-annot.html">Seq-annot</a>.data for values
annot-type-mask INTEGER DEFAULT 0,
-- mask of feature types - see <a href="SeqFeatData.html">SeqFeatData</a> for values
feat-type-mask INTEGER DEFAULT 0,
-- level of sequence data to load
sequence-level ENUMERATED {
none (0), -- not required
seq-map (1), -- at least seq-map
seq-data (2) -- include seq-data
} DEFAULT none
}</pre>
</body>
</html>