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

24 lines
No EOL
904 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Align-def</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>Align-def</h3><pre>Defined in file <a href="seq.asn.html">seq.asn</a>
C++ class: <a href="../doxyhtml/classCAlign__def.html">CAlign_def</a>
Align-def ::= SEQUENCE {
align-type INTEGER { -- class of align <a href="Seq-annot.html">Seq-annot</a>
ref (1) , -- set of alignments to the same sequence
alt (2) , -- set of alternate alignments of the same seqs
blocks (3) , -- set of aligned blocks in the same seqs
other (255) } ,
ids SET OF <a href="Seq-id.html">Seq-id</a> OPTIONAL } -- used for the one ref seqid for now</pre>
</body>
</html>